#606FB2

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

Shades of Chetwode Blue #606FB2

Tints of Chetwode Blue #606FB2

Color information

#606FB2 (or 0x606FB2) is unknown color: approx Chetwode Blue. HEX triplet: 60, 6F and B2. RGB value is (96,111,178). Sum of RGB (Red+Green+Blue) = 96+111+178=385 (50% of max value = 765). Red value is 96 (37.89% from 255 or 24.94% from 385); Green value is 111 (43.75% from 255 or 28.83% from 385); Blue value is 178 (69.92% from 255 or 46.23% from 385); Max value from RGB is 178 - color contains mainly: blue. Hex color #606FB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606FB2 is #9F904D. Grayscale: #717171. Windows color (decimal): -10457166 or 11693920. OLE color: 11693920.

HSL color Cylindrical-coordinate representation of color #606FB2: hue angle of 229.02º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #606FB2 is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB96111178-
CMYK0.460.3800.30
HSL229.02º34.75%53.73%-
HSV(B)229.02º46.07%69.8%-
XYZ18.5417.0744.44-
YUV114.15164.03115.05-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.94%
GREEN value IS 111 (43.75% from 255) = 28.83%
BLUE value IS 178 (69.92% from 255) = 46.23%
R=24.94%
G=28.83%
B=46.23%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal961111780.460.3800.30229.0234.7553.73
Hex606FB22E2601Ee52336
Octal14015726256460363454366
Binary110000011011111011001010111010011001111011100101100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,111,178); }

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

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

 a { background-color: rgb(96,111,178); }

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

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

 span { border-color: rgb(96,111,178); }

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