Html Css Color HEX #66A1CD Picton Blue

📋 copy color: '#66A1CD'

red 102 ◦ green 161 ◦ blue 205

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

Shades of Picton Blue #66A1CD

Tints of Picton Blue #66A1CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.8%

R = 21.79%
G = 34.4%
B = 43.8%

CMYK

 C value IS 0.50

 M value IS 0.21

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#66A1CD (or 0x66A1CD) is known color: Picton Blue. HEX triplet: 66, A1 and CD. RGB value is (102,161,205). Sum of RGB (Red+Green+Blue) = 102+161+205=468 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.79% from 468); Green value is 161 (63.28% from 255 or 34.40% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 205 - color contains mainly: blue. Hex color #66A1CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66A1CD is #995E32. Grayscale: #949494. Windows color (decimal): -10051123 or 13476198. OLE color: 13476198.

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

Color convert

RGB 102 161 205 -
CMYK 0.50 0.21 0 0.20
HSL 205.63º 0.51% 0.6% -
HSV(B) 205.63º 0.5% 0.8% -
XYZ 29.24 32.72 62.53 -
YUV 148.38 159.95 94.92 -
System Red Green Blue C M Y K H S L
Decimal 102 161 205 0.50 0.21 0 0.20 205.63 0.51 0.6
Hex 66 A1 CD 32 15 0 14 CE 33 3C
Octal 146 241 315 62 25 0 24 316 63 74
Binary 1100110 10100001 11001101 110010 10101 0 10100 11001110 110011 111100

Color Harmonies of #66A1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A1CD

Black with #66A1CD

Text Example


Text Example

White with #66A1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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