#606CBF

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

Shades of Chetwode Blue #606CBF

Tints of Chetwode Blue #606CBF

Color information

#606CBF (or 0x606CBF) is unknown color: approx Chetwode Blue. HEX triplet: 60, 6C and BF. RGB value is (96,108,191). Sum of RGB (Red+Green+Blue) = 96+108+191=395 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.30% from 395); Green value is 108 (42.58% from 255 or 27.34% from 395); Blue value is 191 (75% from 255 or 48.35% from 395); Max value from RGB is 191 - color contains mainly: blue. Hex color #606CBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606CBF is #9F9340. Grayscale: #717171. Windows color (decimal): -10457921 or 12545120. OLE color: 12545120.

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

Color convert

RGB96108191-
CMYK0.500.4300.25
HSL232.42º42.6%56.27%-
HSV(B)232.42º49.74%74.9%-
XYZ19.5916.9751.53-
YUV113.87171.52115.25-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.30%
GREEN value IS 108 (42.58% from 255) = 27.34%
BLUE value IS 191 (75% from 255) = 48.35%
R=24.30%
G=27.34%
B=48.35%

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
Decimal961081910.500.4300.25232.4242.656.27
Hex606CBF322B019e82b38
Octal14015427762530313505370
Binary110000011011001011111111001010101101100111101000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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