Html Css Color HEX #66A1DC Picton Blue

📋 copy color: '#66A1DC'

red 102 ◦ green 161 ◦ blue 220

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

Shades of Picton Blue #66A1DC

Tints of Picton Blue #66A1DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.55%

R = 21.12%
G = 33.33%
B = 45.55%

CMYK

 C value IS 0.54

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#66A1DC (or 0x66A1DC) is known color: Picton Blue. HEX triplet: 66, A1 and DC. RGB value is (102,161,220). Sum of RGB (Red+Green+Blue) = 102+161+220=483 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.12% from 483); Green value is 161 (63.28% from 255 or 33.33% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #66A1DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66A1DC is #995E23. Grayscale: #959595. Windows color (decimal): -10051108 or 14459238. OLE color: 14459238.

HSL color Cylindrical-coordinate representation of color #66A1DC: hue angle of 210º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66A1DC is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 102 161 220 -
CMYK 0.54 0.27 0 0.14
HSL 210º 0.63% 0.63% -
HSV(B) 210º 0.54% 0.86% -
XYZ 31.14 33.48 72.53 -
YUV 150.09 167.45 93.7 -
System Red Green Blue C M Y K H S L
Decimal 102 161 220 0.54 0.27 0 0.14 210 0.63 0.63
Hex 66 A1 DC 36 1B 0 E D2 3F 3F
Octal 146 241 334 66 33 0 16 322 77 77
Binary 1100110 10100001 11011100 110110 11011 0 1110 11010010 111111 111111

Color Harmonies of #66A1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A1DC

Black with #66A1DC

Text Example


Text Example

White with #66A1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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