#6075CE

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

Shades of Chetwode Blue #6075CE

Tints of Chetwode Blue #6075CE

Color information

#6075CE (or 0x6075CE) is unknown color: approx Chetwode Blue. HEX triplet: 60, 75 and CE. RGB value is (96,117,206). Sum of RGB (Red+Green+Blue) = 96+117+206=419 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.91% from 419); Green value is 117 (46.09% from 255 or 27.92% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #6075CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6075CE is #9F8A31. Grayscale: #787878. Windows color (decimal): -10455602 or 13530464. OLE color: 13530464.

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

Color convert

RGB96117206-
CMYK0.530.4300.19
HSL228.55º52.88%59.22%-
HSV(B)228.55º53.4%80.78%-
XYZ22.3319.6761.01-
YUV120.87176.04110.26-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.91%
GREEN value IS 117 (46.09% from 255) = 27.92%
BLUE value IS 206 (80.86% from 255) = 49.16%
R=22.91%
G=27.92%
B=49.16%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal961172060.530.4300.19228.5552.8859.22
Hex6075CE352B013e5353b
Octal14016531665530233456573
Binary110000011101011100111011010110101101001111100101110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6075CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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