#6066C3

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

Shades of Chetwode Blue #6066C3

Tints of Chetwode Blue #6066C3

Color information

#6066C3 (or 0x6066C3) is unknown color: approx Chetwode Blue. HEX triplet: 60, 66 and C3. RGB value is (96,102,195). Sum of RGB (Red+Green+Blue) = 96+102+195=393 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.43% from 393); Green value is 102 (40.23% from 255 or 25.95% from 393); Blue value is 195 (76.56% from 255 or 49.62% from 393); Max value from RGB is 195 - color contains mainly: blue. Hex color #6066C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6066C3 is #9F993C. Grayscale: #6E6E6E. Windows color (decimal): -10459453 or 12805728. OLE color: 12805728.

HSL color Cylindrical-coordinate representation of color #6066C3: hue angle of 236.36º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6066C3 is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB96102195-
CMYK0.510.4800.24
HSL236.36º45.21%57.06%-
HSV(B)236.36º50.77%76.47%-
XYZ19.4315.9353.68-
YUV110.81175.51117.44-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.43%
GREEN value IS 102 (40.23% from 255) = 25.95%
BLUE value IS 195 (76.56% from 255) = 49.62%
R=24.43%
G=25.95%
B=49.62%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal961021950.510.4800.24236.3645.2157.06
Hex6066C33330018ec2d39
Octal14014630363600303545571
Binary110000011001101100001111001111000001100011101100101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6066C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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