#606FBC

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

Shades of Chetwode Blue #606FBC

Tints of Chetwode Blue #606FBC

Color information

#606FBC (or 0x606FBC) is unknown color: approx Chetwode Blue. HEX triplet: 60, 6F and BC. RGB value is (96,111,188). Sum of RGB (Red+Green+Blue) = 96+111+188=395 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.30% from 395); Green value is 111 (43.75% from 255 or 28.10% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 188 - color contains mainly: blue. Hex color #606FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606FBC is #9F9043. Grayscale: #727272. Windows color (decimal): -10457156 or 12349280. OLE color: 12349280.

HSL color Cylindrical-coordinate representation of color #606FBC: hue angle of 230.22º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #606FBC is Cyan = 0.49, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB96111188-
CMYK0.490.4100.26
HSL230.22º40.71%55.69%-
HSV(B)230.22º48.94%73.73%-
XYZ19.5917.4949.92-
YUV115.29169.03114.24-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.30%
GREEN value IS 111 (43.75% from 255) = 28.10%
BLUE value IS 188 (73.83% from 255) = 47.59%
R=24.30%
G=28.10%
B=47.59%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal961111880.490.4100.26230.2240.7155.69
Hex606FBC312901Ae62938
Octal14015727461510323465170
Binary110000011011111011110011000110100101101011100110101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,111,188); }

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

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

 a { background-color: rgb(96,111,188); }

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

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

 span { border-color: rgb(96,111,188); }

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