Html Css Color HEX #66A5CE Picton Blue

📋 copy color: '#66A5CE'

red 102 ◦ green 165 ◦ blue 206

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

Shades of Picton Blue #66A5CE

Tints of Picton Blue #66A5CE

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.88%

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

R = 21.56%
G = 34.88%
B = 43.55%

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

#66A5CE (or 0x66A5CE) is known color: Picton Blue. HEX triplet: 66, A5 and CE. RGB value is (102,165,206). Sum of RGB (Red+Green+Blue) = 102+165+206=473 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.56% from 473); Green value is 165 (64.84% from 255 or 34.88% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 206 - color contains mainly: blue. Hex color #66A5CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66A5CE is #995A31. Grayscale: #969696. Windows color (decimal): -10050098 or 13542758. OLE color: 13542758.

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

Color convert

RGB 102 165 206 -
CMYK 0.50 0.20 0 0.19
HSL 203.65º 0.51% 0.6% -
HSV(B) 203.65º 0.5% 0.81% -
XYZ 30.08 34.19 63.41 -
YUV 150.84 159.13 93.17 -
System Red Green Blue C M Y K H S L
Decimal 102 165 206 0.50 0.20 0 0.19 203.65 0.51 0.6
Hex 66 A5 CE 32 14 0 13 CC 33 3C
Octal 146 245 316 62 24 0 23 314 63 74
Binary 1100110 10100101 11001110 110010 10100 0 10011 11001100 110011 111100

Color Harmonies of #66A5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A5CE

Black with #66A5CE

Text Example


Text Example

White with #66A5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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