Html Css Color HEX #66A1CF Picton Blue

📋 copy color: '#66A1CF'

red 102 ◦ green 161 ◦ blue 207

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

Shades of Picton Blue #66A1CF

Tints of Picton Blue #66A1CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.04%

R = 21.7%
G = 34.26%
B = 44.04%

CMYK

 C value IS 0.51

 M value IS 0.22

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#66A1CF (or 0x66A1CF) is known color: Picton Blue. HEX triplet: 66, A1 and CF. RGB value is (102,161,207). Sum of RGB (Red+Green+Blue) = 102+161+207=470 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.70% from 470); Green value is 161 (63.28% from 255 or 34.26% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 207 - color contains mainly: blue. Hex color #66A1CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66A1CF is #995E30. Grayscale: #949494. Windows color (decimal): -10051121 or 13607270. OLE color: 13607270.

HSL color Cylindrical-coordinate representation of color #66A1CF: hue angle of 206.29º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #66A1CF is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 102 161 207 -
CMYK 0.51 0.22 0 0.19
HSL 206.29º 0.52% 0.61% -
HSV(B) 206.29º 0.51% 0.81% -
XYZ 29.49 32.82 63.81 -
YUV 148.6 160.95 94.76 -
System Red Green Blue C M Y K H S L
Decimal 102 161 207 0.51 0.22 0 0.19 206.29 0.52 0.61
Hex 66 A1 CF 33 16 0 13 CE 34 3D
Octal 146 241 317 63 26 0 23 316 64 75
Binary 1100110 10100001 11001111 110011 10110 0 10011 11001110 110100 111101

Color Harmonies of #66A1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A1CF

Black with #66A1CF

Text Example


Text Example

White with #66A1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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