#606EB4

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

Shades of Chetwode Blue #606EB4

Tints of Chetwode Blue #606EB4

Color information

#606EB4 (or 0x606EB4) is unknown color: approx Chetwode Blue. HEX triplet: 60, 6E and B4. RGB value is (96,110,180). Sum of RGB (Red+Green+Blue) = 96+110+180=386 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.87% from 386); Green value is 110 (43.36% from 255 or 28.50% from 386); Blue value is 180 (70.70% from 255 or 46.63% from 386); Max value from RGB is 180 - color contains mainly: blue. Hex color #606EB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606EB4 is #9F914B. Grayscale: #717171. Windows color (decimal): -10457420 or 11824736. OLE color: 11824736.

HSL color Cylindrical-coordinate representation of color #606EB4: hue angle of 230º 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 #606EB4 is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB96110180-
CMYK0.470.3900.29
HSL230º35.9%54.12%-
HSV(B)230º46.67%70.59%-
XYZ18.6416.9345.47-
YUV113.79165.36115.31-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.87%
GREEN value IS 110 (43.36% from 255) = 28.50%
BLUE value IS 180 (70.70% from 255) = 46.63%
R=24.87%
G=28.50%
B=46.63%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal961101800.470.3900.2923035.954.12
Hex606EB42F2701De62436
Octal14015626457470353464466
Binary110000011011101011010010111110011101110111100110100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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