Html Css Color HEX #66A4CE Picton Blue

📋 copy color: '#66A4CE'

red 102 ◦ green 164 ◦ blue 206

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

Shades of Picton Blue #66A4CE

Tints of Picton Blue #66A4CE

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.75%

 BLUE value IS 206 (80.86% from 255) = 43.64%

R = 21.61%
G = 34.75%
B = 43.64%

CMYK

 C value IS 0.50

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#66A4CE (or 0x66A4CE) is known color: Picton Blue. HEX triplet: 66, A4 and CE. RGB value is (102,164,206). Sum of RGB (Red+Green+Blue) = 102+164+206=472 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.61% from 472); Green value is 164 (64.45% from 255 or 34.75% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #66A4CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66A4CE is #995B31. Grayscale: #969696. Windows color (decimal): -10050354 or 13542502. OLE color: 13542502.

HSL color Cylindrical-coordinate representation of color #66A4CE: hue angle of 204.23º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66A4CE is Cyan = 0.50, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 102 164 206 -
CMYK 0.50 0.20 0 0.19
HSL 204.23º 0.51% 0.6% -
HSV(B) 204.23º 0.5% 0.81% -
XYZ 29.9 33.83 63.35 -
YUV 150.25 159.46 93.58 -
System Red Green Blue C M Y K H S L
Decimal 102 164 206 0.50 0.20 0 0.19 204.23 0.51 0.6
Hex 66 A4 CE 32 14 0 13 CC 33 3C
Octal 146 244 316 62 24 0 23 314 63 74
Binary 1100110 10100100 11001110 110010 10100 0 10011 11001100 110011 111100

Color Harmonies of #66A4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A4CE

Black with #66A4CE

Text Example


Text Example

White with #66A4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,164,206); }

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

background-color css

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

 a { background-color: rgb(102,164,206); }

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

border-color css

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

 span { border-color: rgb(102,164,206); }

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