Html Css Color HEX #66A2C9 Picton Blue

📋 copy color: '#66A2C9'

red 102 ◦ green 162 ◦ blue 201

#66A2C9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Picton Blue #66A2C9

Tints of Picton Blue #66A2C9

RGB

 RED value IS 102 (40.23% from 255) = 21.94%

 GREEN value IS 162 (63.67% from 255) = 34.84%

 BLUE value IS 201 (78.91% from 255) = 43.23%

R = 21.94%
G = 34.84%
B = 43.23%

CMYK

 C value IS 0.49

 M value IS 0.19

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#66A2C9 (or 0x66A2C9) is known color: Picton Blue. HEX triplet: 66, A2 and C9. RGB value is (102,162,201). Sum of RGB (Red+Green+Blue) = 102+162+201=465 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.94% from 465); Green value is 162 (63.67% from 255 or 34.84% from 465); Blue value is 201 (78.91% from 255 or 43.23% from 465); Max value from RGB is 201 - color contains mainly: blue. Hex color #66A2C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66A2C9 is #995D36. Grayscale: #949494. Windows color (decimal): -10050871 or 13214310. OLE color: 13214310.

HSL color Cylindrical-coordinate representation of color #66A2C9: hue angle of 203.64º 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 #66A2C9 is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 102 162 201 -
CMYK 0.49 0.19 0 0.21
HSL 203.64º 0.48% 0.59% -
HSV(B) 203.64º 0.49% 0.79% -
XYZ 28.94 32.88 60.08 -
YUV 148.51 157.62 94.83 -
System Red Green Blue C M Y K H S L
Decimal 102 162 201 0.49 0.19 0 0.21 203.64 0.48 0.59
Hex 66 A2 C9 31 13 0 15 CC 30 3B
Octal 146 242 311 61 23 0 25 314 60 73
Binary 1100110 10100010 11001001 110001 10011 0 10101 11001100 110000 111011

Color Harmonies of #66A2C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A2C9

Black with #66A2C9

Text Example


Text Example

White with #66A2C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #66A2C9;
 }
 .AnyTagClassName
 {
   color: #66A2C9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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