#606CB4

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

Shades of Chetwode Blue #606CB4

Tints of Chetwode Blue #606CB4

Color information

#606CB4 (or 0x606CB4) is unknown color: approx Chetwode Blue. HEX triplet: 60, 6C and B4. RGB value is (96,108,180). Sum of RGB (Red+Green+Blue) = 96+108+180=384 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25% from 384); Green value is 108 (42.58% from 255 or 28.12% from 384); Blue value is 180 (70.70% from 255 or 46.88% from 384); Max value from RGB is 180 - color contains mainly: blue. Hex color #606CB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606CB4 is #9F934B. Grayscale: #707070. Windows color (decimal): -10457932 or 11824224. OLE color: 11824224.

HSL color Cylindrical-coordinate representation of color #606CB4: hue angle of 231.43º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #606CB4 is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB96108180-
CMYK0.470.4000.29
HSL231.43º35.9%54.12%-
HSV(B)231.43º46.67%70.59%-
XYZ18.4216.5145.4-
YUV112.62166.02116.15-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25%
GREEN value IS 108 (42.58% from 255) = 28.12%
BLUE value IS 180 (70.70% from 255) = 46.88%
R=25%
G=28.12%
B=46.88%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal961081800.470.4000.29231.4335.954.12
Hex606CB42F2801De72436
Octal14015426457500353474466
Binary110000011011001011010010111110100001110111100111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606CB4; }

 p { color: rgb(96,108,180); }

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

<style>
 a { background-color: #606CB4; }

 a { background-color: rgb(96,108,180); }

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

<style>
 span { border-color: #606CB4; }

 span { border-color: rgb(96,108,180); }

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