#6066A9

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

Shades of Chetwode Blue #6066A9

Tints of Chetwode Blue #6066A9

Color information

#6066A9 (or 0x6066A9) is unknown color: approx Chetwode Blue. HEX triplet: 60, 66 and A9. RGB value is (96,102,169). Sum of RGB (Red+Green+Blue) = 96+102+169=367 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.16% from 367); Green value is 102 (40.23% from 255 or 27.79% from 367); Blue value is 169 (66.41% from 255 or 46.05% from 367); Max value from RGB is 169 - color contains mainly: blue. Hex color #6066A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6066A9 is #9F9956. Grayscale: #6B6B6B. Windows color (decimal): -10459479 or 11101792. OLE color: 11101792.

HSL color Cylindrical-coordinate representation of color #6066A9: hue angle of 235.07º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6066A9 is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB96102169-
CMYK0.430.4000.34
HSL235.07º29.8%51.96%-
HSV(B)235.07º43.2%66.27%-
XYZ16.7414.8539.52-
YUV107.84162.51119.55-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.16%
GREEN value IS 102 (40.23% from 255) = 27.79%
BLUE value IS 169 (66.41% from 255) = 46.05%
R=26.16%
G=27.79%
B=46.05%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal961021690.430.4000.34235.0729.851.96
Hex6066A92B28022eb1e34
Octal14014625153500423533664
Binary110000011001101010100110101110100001000101110101111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6066A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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