Html Css Color HEX #66A1CE Picton Blue

📋 copy color: '#66A1CE'

red 102 ◦ green 161 ◦ blue 206

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

Shades of Picton Blue #66A1CE

Tints of Picton Blue #66A1CE

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.33%

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

R = 21.75%
G = 34.33%
B = 43.92%

CMYK

 C value IS 0.50

 M value IS 0.22

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#66A1CE (or 0x66A1CE) is known color: Picton Blue. HEX triplet: 66, A1 and CE. RGB value is (102,161,206). Sum of RGB (Red+Green+Blue) = 102+161+206=469 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.75% from 469); Green value is 161 (63.28% from 255 or 34.33% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 206 - color contains mainly: blue. Hex color #66A1CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66A1CE is #995E31. Grayscale: #949494. Windows color (decimal): -10051122 or 13541734. OLE color: 13541734.

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

Color convert

RGB 102 161 206 -
CMYK 0.50 0.22 0 0.19
HSL 205.96º 0.51% 0.6% -
HSV(B) 205.96º 0.5% 0.81% -
XYZ 29.36 32.77 63.17 -
YUV 148.49 160.45 94.84 -
System Red Green Blue C M Y K H S L
Decimal 102 161 206 0.50 0.22 0 0.19 205.96 0.51 0.6
Hex 66 A1 CE 32 16 0 13 CE 33 3C
Octal 146 241 316 62 26 0 23 316 63 74
Binary 1100110 10100001 11001110 110010 10110 0 10011 11001110 110011 111100

Color Harmonies of #66A1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A1CE

Black with #66A1CE

Text Example


Text Example

White with #66A1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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