#606DBB

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

Shades of Chetwode Blue #606DBB

Tints of Chetwode Blue #606DBB

Color information

#606DBB (or 0x606DBB) is unknown color: approx Chetwode Blue. HEX triplet: 60, 6D and BB. RGB value is (96,109,187). Sum of RGB (Red+Green+Blue) = 96+109+187=392 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.49% from 392); Green value is 109 (42.97% from 255 or 27.81% from 392); Blue value is 187 (73.44% from 255 or 47.70% from 392); Max value from RGB is 187 - color contains mainly: blue. Hex color #606DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606DBB is #9F9244. Grayscale: #717171. Windows color (decimal): -10457669 or 12283232. OLE color: 12283232.

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

Color convert

RGB96109187-
CMYK0.490.4200.27
HSL231.43º40.09%55.49%-
HSV(B)231.43º48.66%73.33%-
XYZ19.2617.0149.28-
YUV114169.19115.16-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.49%
GREEN value IS 109 (42.97% from 255) = 27.81%
BLUE value IS 187 (73.44% from 255) = 47.70%
R=24.49%
G=27.81%
B=47.70%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal961091870.490.4200.27231.4340.0955.49
Hex606DBB312A01Be72837
Octal14015527361520333475067
Binary110000011011011011101111000110101001101111100111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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