#66A7C9

Color #66A7C9 Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #66A7C9

Tints of Picton Blue #66A7C9

Color information

#66A7C9 (or 0x66A7C9) is unknown color: approx Picton Blue. HEX triplet: 66, A7 and C9. RGB value is (102,167,201). Sum of RGB (Red+Green+Blue) = 102+167+201=470 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.70% from 470); Green value is 167 (65.62% from 255 or 35.53% from 470); Blue value is 201 (78.91% from 255 or 42.77% from 470); Max value from RGB is 201 - color contains mainly: blue. Hex color #66A7C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66A7C9 is #995836. Grayscale: #979797. Windows color (decimal): -10049591 or 13215590. OLE color: 13215590.

HSL color Cylindrical-coordinate representation of color #66A7C9: hue angle of 200.61º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #66A7C9 is Cyan = 0.49, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB102167201-
CMYK0.490.1700.21
HSL200.61º47.83%59.41%-
HSV(B)200.61º49.25%78.82%-
XYZ29.8434.6860.38-
YUV151.44155.9792.74-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.70%
GREEN value IS 167 (65.62% from 255) = 35.53%
BLUE value IS 201 (78.91% from 255) = 42.77%
R=21.70%
G=35.53%
B=42.77%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1021672010.490.1700.21200.6147.8359.41
Hex66A7C93111015c9303b
Octal14624731161210253116073
Binary110011010100111110010011100011000101010111001001110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A7C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66A7C9; }

 p { color: rgb(102,167,201); }

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

<style>
 a { background-color: #66A7C9; }

 a { background-color: rgb(102,167,201); }

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

<style>
 span { border-color: #66A7C9; }

 span { border-color: rgb(102,167,201); }

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