Html Css Color HEX #66A1CC Picton Blue

📋 copy color: '#66A1CC'

red 102 ◦ green 161 ◦ blue 204

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

Shades of Picton Blue #66A1CC

Tints of Picton Blue #66A1CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.68%

R = 21.84%
G = 34.48%
B = 43.68%

CMYK

 C value IS 0.5

 M value IS 0.21

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#66A1CC (or 0x66A1CC) is known color: Picton Blue. HEX triplet: 66, A1 and CC. RGB value is (102,161,204). Sum of RGB (Red+Green+Blue) = 102+161+204=467 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.84% from 467); Green value is 161 (63.28% from 255 or 34.48% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 204 - color contains mainly: blue. Hex color #66A1CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66A1CC is #995E33. Grayscale: #949494. Windows color (decimal): -10051124 or 13410662. OLE color: 13410662.

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

Color convert

RGB 102 161 204 -
CMYK 0.5 0.21 0 0.2
HSL 205.29º 0.5% 0.6% -
HSV(B) 205.29º 0.5% 0.8% -
XYZ 29.12 32.67 61.9 -
YUV 148.26 159.45 95 -
System Red Green Blue C M Y K H S L
Decimal 102 161 204 0.5 0.21 0 0.2 205.29 0.5 0.6
Hex 66 A1 CC 32 15 0 14 CD 32 3C
Octal 146 241 314 62 25 0 24 315 62 74
Binary 1100110 10100001 11001100 110010 10101 0 10100 11001101 110010 111100

Color Harmonies of #66A1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A1CC

Black with #66A1CC

Text Example


Text Example

White with #66A1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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