#606EBF

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

Shades of Chetwode Blue #606EBF

Tints of Chetwode Blue #606EBF

Color information

#606EBF (or 0x606EBF) is unknown color: approx Chetwode Blue. HEX triplet: 60, 6E and BF. RGB value is (96,110,191). Sum of RGB (Red+Green+Blue) = 96+110+191=397 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.18% from 397); Green value is 110 (43.36% from 255 or 27.71% from 397); Blue value is 191 (75% from 255 or 48.11% from 397); Max value from RGB is 191 - color contains mainly: blue. Hex color #606EBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606EBF is #9F9140. Grayscale: #727272. Windows color (decimal): -10457409 or 12545632. OLE color: 12545632.

HSL color Cylindrical-coordinate representation of color #606EBF: hue angle of 231.16º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #606EBF is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB96110191-
CMYK0.500.4200.25
HSL231.16º42.6%56.27%-
HSV(B)231.16º49.74%74.9%-
XYZ19.817.451.61-
YUV115.05170.86114.41-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.18%
GREEN value IS 110 (43.36% from 255) = 27.71%
BLUE value IS 191 (75% from 255) = 48.11%
R=24.18%
G=27.71%
B=48.11%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal961101910.500.4200.25231.1642.656.27
Hex606EBF322A019e72b38
Octal14015627762520313475370
Binary110000011011101011111111001010101001100111100111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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