#6066BB

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

Shades of Chetwode Blue #6066BB

Tints of Chetwode Blue #6066BB

Color information

#6066BB (or 0x6066BB) is unknown color: approx Chetwode Blue. HEX triplet: 60, 66 and BB. RGB value is (96,102,187). Sum of RGB (Red+Green+Blue) = 96+102+187=385 (50% of max value = 765). Red value is 96 (37.89% from 255 or 24.94% from 385); Green value is 102 (40.23% from 255 or 26.49% from 385); Blue value is 187 (73.44% from 255 or 48.57% from 385); Max value from RGB is 187 - color contains mainly: blue. Hex color #6066BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6066BB is #9F9944. Grayscale: #6D6D6D. Windows color (decimal): -10459461 or 12281440. OLE color: 12281440.

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

Color convert

RGB96102187-
CMYK0.490.4500.27
HSL236.04º40.09%55.49%-
HSV(B)236.04º48.66%73.33%-
XYZ18.5415.5849.04-
YUV109.9171.51118.09-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.94%
GREEN value IS 102 (40.23% from 255) = 26.49%
BLUE value IS 187 (73.44% from 255) = 48.57%
R=24.94%
G=26.49%
B=48.57%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal961021870.490.4500.27236.0440.0955.49
Hex6066BB312D01Bec2837
Octal14014627361550333545067
Binary110000011001101011101111000110110101101111101100101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6066BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6066BB; }

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

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

<style>
 a { background-color: #6066BB; }

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

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

<style>
 span { border-color: #6066BB; }

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

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