#606BB4

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

Shades of Chetwode Blue #606BB4

Tints of Chetwode Blue #606BB4

Color information

#606BB4 (or 0x606BB4) is unknown color: approx Chetwode Blue. HEX triplet: 60, 6B and B4. RGB value is (96,107,180). Sum of RGB (Red+Green+Blue) = 96+107+180=383 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.07% from 383); Green value is 107 (42.19% from 255 or 27.94% from 383); Blue value is 180 (70.70% from 255 or 47.00% from 383); Max value from RGB is 180 - color contains mainly: blue. Hex color #606BB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606BB4 is #9F944B. Grayscale: #6F6F6F. Windows color (decimal): -10458188 or 11823968. OLE color: 11823968.

HSL color Cylindrical-coordinate representation of color #606BB4: hue angle of 232.14º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #606BB4 is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB96107180-
CMYK0.470.4100.29
HSL232.14º35.9%54.12%-
HSV(B)232.14º46.67%70.59%-
XYZ18.3216.345.36-
YUV112.03166.36116.56-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.07%
GREEN value IS 107 (42.19% from 255) = 27.94%
BLUE value IS 180 (70.70% from 255) = 47.00%
R=25.07%
G=27.94%
B=47.00%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal961071800.470.4100.29232.1435.954.12
Hex606BB42F2901De82436
Octal14015326457510353504466
Binary110000011010111011010010111110100101110111101000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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