#606EBA

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

Shades of Chetwode Blue #606EBA

Tints of Chetwode Blue #606EBA

Color information

#606EBA (or 0x606EBA) is unknown color: approx Chetwode Blue. HEX triplet: 60, 6E and BA. RGB value is (96,110,186). Sum of RGB (Red+Green+Blue) = 96+110+186=392 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.49% from 392); Green value is 110 (43.36% from 255 or 28.06% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #606EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606EBA is #9F9145. Grayscale: #727272. Windows color (decimal): -10457414 or 12217952. OLE color: 12217952.

HSL color Cylindrical-coordinate representation of color #606EBA: hue angle of 230.67º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #606EBA is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB96110186-
CMYK0.480.4100.27
HSL230.67º39.47%55.29%-
HSV(B)230.67º48.39%72.94%-
XYZ19.2617.1848.76-
YUV114.48168.36114.82-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.49%
GREEN value IS 110 (43.36% from 255) = 28.06%
BLUE value IS 186 (73.05% from 255) = 47.45%
R=24.49%
G=28.06%
B=47.45%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal961101860.480.4100.27230.6739.4755.29
Hex606EBA302901Be72737
Octal14015627260510333474767
Binary110000011011101011101011000010100101101111100111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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