#606DBF

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

Shades of Chetwode Blue #606DBF

Tints of Chetwode Blue #606DBF

Color information

#606DBF (or 0x606DBF) is unknown color: approx Chetwode Blue. HEX triplet: 60, 6D and BF. RGB value is (96,109,191). Sum of RGB (Red+Green+Blue) = 96+109+191=396 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.24% from 396); Green value is 109 (42.97% from 255 or 27.53% from 396); Blue value is 191 (75% from 255 or 48.23% from 396); Max value from RGB is 191 - color contains mainly: blue. Hex color #606DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606DBF is #9F9240. Grayscale: #727272. Windows color (decimal): -10457665 or 12545376. OLE color: 12545376.

HSL color Cylindrical-coordinate representation of color #606DBF: hue angle of 231.79º 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 #606DBF is Cyan = 0.50, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB96109191-
CMYK0.500.4300.25
HSL231.79º42.6%56.27%-
HSV(B)231.79º49.74%74.9%-
XYZ19.717.1951.57-
YUV114.46171.19114.83-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.24%
GREEN value IS 109 (42.97% from 255) = 27.53%
BLUE value IS 191 (75% from 255) = 48.23%
R=24.24%
G=27.53%
B=48.23%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal961091910.500.4300.25231.7942.656.27
Hex606DBF322B019e82b38
Octal14015527762530313505370
Binary110000011011011011111111001010101101100111101000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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