#606CBC

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

Shades of Chetwode Blue #606CBC

Tints of Chetwode Blue #606CBC

Color information

#606CBC (or 0x606CBC) is unknown color: approx Chetwode Blue. HEX triplet: 60, 6C and BC. RGB value is (96,108,188). Sum of RGB (Red+Green+Blue) = 96+108+188=392 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.49% from 392); Green value is 108 (42.58% from 255 or 27.55% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 188 - color contains mainly: blue. Hex color #606CBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606CBC is #9F9343. Grayscale: #717171. Windows color (decimal): -10457924 or 12348512. OLE color: 12348512.

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

Color convert

RGB96108188-
CMYK0.490.4300.26
HSL232.17º40.71%55.69%-
HSV(B)232.17º48.94%73.73%-
XYZ19.2616.8449.81-
YUV113.53170.02115.5-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.49%
GREEN value IS 108 (42.58% from 255) = 27.55%
BLUE value IS 188 (73.83% from 255) = 47.96%
R=24.49%
G=27.55%
B=47.96%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal961081880.490.4300.26232.1740.7155.69
Hex606CBC312B01Ae82938
Octal14015427461530323505170
Binary110000011011001011110011000110101101101011101000101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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