Html Css Color HEX #66A1C9 Picton Blue

📋 copy color: '#66A1C9'

red 102 ◦ green 161 ◦ blue 201

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

Shades of Picton Blue #66A1C9

Tints of Picton Blue #66A1C9

RGB

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

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

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

R = 21.98%
G = 34.7%
B = 43.32%

CMYK

 C value IS 0.49

 M value IS 0.20

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#66A1C9 (or 0x66A1C9) is known color: Picton Blue. HEX triplet: 66, A1 and C9. RGB value is (102,161,201). Sum of RGB (Red+Green+Blue) = 102+161+201=464 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.98% from 464); Green value is 161 (63.28% from 255 or 34.70% from 464); Blue value is 201 (78.91% from 255 or 43.32% from 464); Max value from RGB is 201 - color contains mainly: blue. Hex color #66A1C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66A1C9 is #995E36. Grayscale: #939393. Windows color (decimal): -10051127 or 13214054. OLE color: 13214054.

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

Color convert

RGB 102 161 201 -
CMYK 0.49 0.20 0 0.21
HSL 204.24º 0.48% 0.59% -
HSV(B) 204.24º 0.49% 0.79% -
XYZ 28.77 32.53 60.02 -
YUV 147.92 157.95 95.25 -
System Red Green Blue C M Y K H S L
Decimal 102 161 201 0.49 0.20 0 0.21 204.24 0.48 0.59
Hex 66 A1 C9 31 14 0 15 CC 30 3B
Octal 146 241 311 61 24 0 25 314 60 73
Binary 1100110 10100001 11001001 110001 10100 0 10101 11001100 110000 111011

Color Harmonies of #66A1C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A1C9

Black with #66A1C9

Text Example


Text Example

White with #66A1C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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