#6075cf

Color #6075CF Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #6075CF

Tints of Chetwode Blue #6075CF

Color information

#6075CF (or 0x6075CF) is unknown color: approx Chetwode Blue. HEX triplet: 60, 75 and CF. RGB value is (96,117,207). Sum of RGB (Red+Green+Blue) = 96+117+207=420 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.86% from 420); Green value is 117 (46.09% from 255 or 27.86% from 420); Blue value is 207 (81.25% from 255 or 49.29% from 420); Max value from RGB is 207 - color contains mainly: blue. Hex color #6075CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6075CF is #9F8A30. Grayscale: #787878. Windows color (decimal): -10455601 or 13596000. OLE color: 13596000.

HSL color Cylindrical-coordinate representation of color #6075CF: hue angle of 228.65º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6075CF is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB96117207-
CMYK0.540.4300.19
HSL228.65º53.62%59.41%-
HSV(B)228.65º53.62%81.18%-
XYZ22.4519.7161.65-
YUV120.98176.54110.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 96 (37.89% from 255) = 22.86%
GREEN value IS 117 (46.09% from 255) = 27.86%
BLUE value IS 207 (81.25% from 255) = 49.29%
R=22.86%
G=27.86%
B=49.29%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal961172070.540.4300.19228.6553.6259.41
Hex6075CF362B013e5363b
Octal14016531766530233456673
Binary110000011101011100111111011010101101001111100101110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6075cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6075cf; }

 p { color: rgb(96,117,207); }

 H1.HeaderClassName
 {
   color: #6075cf;
 }
 .AnyTagClassName
 {
   color: #6075cf;
 }
</style>
background-color css

<style>
 a { background-color: #6075cf; }

 a { background-color: rgb(96,117,207); }

 div.DivClassName
 {
   background-color: #6075cf;
 }
 .BgClassName
 {
   background-color: #6075cf;
 }
</style>
border-color css

<style>
 span { border-color: #6075cf; }

 span { border-color: rgb(96,117,207); }

 td.TdClassName
 {
   border-color: #6075cf;
 }
 .TagClassName
 {
   border-color: #6075cf;
 }
</style>