#6075CD

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

Shades of Chetwode Blue #6075CD

Tints of Chetwode Blue #6075CD

Color information

#6075CD (or 0x6075CD) is unknown color: approx Chetwode Blue. HEX triplet: 60, 75 and CD. RGB value is (96,117,205). Sum of RGB (Red+Green+Blue) = 96+117+205=418 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.97% from 418); Green value is 117 (46.09% from 255 or 27.99% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 205 - color contains mainly: blue. Hex color #6075CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6075CD is #9F8A32. Grayscale: #787878. Windows color (decimal): -10455603 or 13464928. OLE color: 13464928.

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

Color convert

RGB96117205-
CMYK0.530.4300.20
HSL228.44º52.15%59.02%-
HSV(B)228.44º53.17%80.39%-
XYZ22.219.6260.37-
YUV120.75175.54110.34-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.97%
GREEN value IS 117 (46.09% from 255) = 27.99%
BLUE value IS 205 (80.47% from 255) = 49.04%
R=22.97%
G=27.99%
B=49.04%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal961172050.530.4300.20228.4452.1559.02
Hex6075CD352B014e4343b
Octal14016531565530243446473
Binary110000011101011100110111010110101101010011100100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6075CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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