#606BBB

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

Shades of Chetwode Blue #606BBB

Tints of Chetwode Blue #606BBB

Color information

#606BBB (or 0x606BBB) is unknown color: approx Chetwode Blue. HEX triplet: 60, 6B and BB. RGB value is (96,107,187). Sum of RGB (Red+Green+Blue) = 96+107+187=390 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.62% from 390); Green value is 107 (42.19% from 255 or 27.44% from 390); Blue value is 187 (73.44% from 255 or 47.95% from 390); Max value from RGB is 187 - color contains mainly: blue. Hex color #606BBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606BBB is #9F9444. Grayscale: #707070. Windows color (decimal): -10458181 or 12282720. OLE color: 12282720.

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

Color convert

RGB96107187-
CMYK0.490.4300.27
HSL232.75º40.09%55.49%-
HSV(B)232.75º48.66%73.33%-
XYZ19.0516.5949.21-
YUV112.83169.86116-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.62%
GREEN value IS 107 (42.19% from 255) = 27.44%
BLUE value IS 187 (73.44% from 255) = 47.95%
R=24.62%
G=27.44%
B=47.95%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal961071870.490.4300.27232.7540.0955.49
Hex606BBB312B01Be92837
Octal14015327361530333515067
Binary110000011010111011101111000110101101101111101001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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