#6066BE

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

Shades of Chetwode Blue #6066BE

Tints of Chetwode Blue #6066BE

Color information

#6066BE (or 0x6066BE) is unknown color: approx Chetwode Blue. HEX triplet: 60, 66 and BE. RGB value is (96,102,190). Sum of RGB (Red+Green+Blue) = 96+102+190=388 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.74% from 388); Green value is 102 (40.23% from 255 or 26.29% from 388); Blue value is 190 (74.61% from 255 or 48.97% from 388); Max value from RGB is 190 - color contains mainly: blue. Hex color #6066BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6066BE is #9F9941. Grayscale: #6D6D6D. Windows color (decimal): -10459458 or 12478048. OLE color: 12478048.

HSL color Cylindrical-coordinate representation of color #6066BE: hue angle of 236.17º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6066BE is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB96102190-
CMYK0.490.4600.25
HSL236.17º41.96%56.08%-
HSV(B)236.17º49.47%74.51%-
XYZ18.8715.7150.75-
YUV110.24173.01117.84-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.74%
GREEN value IS 102 (40.23% from 255) = 26.29%
BLUE value IS 190 (74.61% from 255) = 48.97%
R=24.74%
G=26.29%
B=48.97%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal961021900.490.4600.25236.1741.9656.08
Hex6066BE312E019ec2a38
Octal14014627661560313545270
Binary110000011001101011111011000110111001100111101100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6066BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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