Html Css Color HEX #66A2CE Picton Blue

📋 copy color: '#66A2CE'

red 102 ◦ green 162 ◦ blue 206

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

Shades of Picton Blue #66A2CE

Tints of Picton Blue #66A2CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.83%

R = 21.7%
G = 34.47%
B = 43.83%

CMYK

 C value IS 0.50

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#66A2CE (or 0x66A2CE) is known color: Picton Blue. HEX triplet: 66, A2 and CE. RGB value is (102,162,206). Sum of RGB (Red+Green+Blue) = 102+162+206=470 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.70% from 470); Green value is 162 (63.67% from 255 or 34.47% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 206 - color contains mainly: blue. Hex color #66A2CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66A2CE is #995D31. Grayscale: #949494. Windows color (decimal): -10050866 or 13541990. OLE color: 13541990.

HSL color Cylindrical-coordinate representation of color #66A2CE: hue angle of 205.38º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66A2CE is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 102 162 206 -
CMYK 0.50 0.21 0 0.19
HSL 205.38º 0.51% 0.6% -
HSV(B) 205.38º 0.5% 0.81% -
XYZ 29.54 33.12 63.23 -
YUV 149.08 160.12 94.42 -
System Red Green Blue C M Y K H S L
Decimal 102 162 206 0.50 0.21 0 0.19 205.38 0.51 0.6
Hex 66 A2 CE 32 15 0 13 CD 33 3C
Octal 146 242 316 62 25 0 23 315 63 74
Binary 1100110 10100010 11001110 110010 10101 0 10011 11001101 110011 111100

Color Harmonies of #66A2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A2CE

Black with #66A2CE

Text Example


Text Example

White with #66A2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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