Html Css Color HEX #66A4D4 Picton Blue

📋 copy color: '#66A4D4'

red 102 ◦ green 164 ◦ blue 212

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

Shades of Picton Blue #66A4D4

Tints of Picton Blue #66A4D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 44.35%

R = 21.34%
G = 34.31%
B = 44.35%

CMYK

 C value IS 0.52

 M value IS 0.23

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#66A4D4 (or 0x66A4D4) is known color: Picton Blue. HEX triplet: 66, A4 and D4. RGB value is (102,164,212). Sum of RGB (Red+Green+Blue) = 102+164+212=478 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.34% from 478); Green value is 164 (64.45% from 255 or 34.31% from 478); Blue value is 212 (83.20% from 255 or 44.35% from 478); Max value from RGB is 212 - color contains mainly: blue. Hex color #66A4D4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66A4D4 is #995B2B. Grayscale: #969696. Windows color (decimal): -10050348 or 13935718. OLE color: 13935718.

HSL color Cylindrical-coordinate representation of color #66A4D4: hue angle of 206.18º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66A4D4 is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 102 164 212 -
CMYK 0.52 0.23 0 0.17
HSL 206.18º 0.56% 0.62% -
HSV(B) 206.18º 0.52% 0.83% -
XYZ 30.64 34.13 67.26 -
YUV 150.93 162.46 93.1 -
System Red Green Blue C M Y K H S L
Decimal 102 164 212 0.52 0.23 0 0.17 206.18 0.56 0.62
Hex 66 A4 D4 34 17 0 11 CE 38 3E
Octal 146 244 324 64 27 0 21 316 70 76
Binary 1100110 10100100 11010100 110100 10111 0 10001 11001110 111000 111110

Color Harmonies of #66A4D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A4D4

Black with #66A4D4

Text Example


Text Example

White with #66A4D4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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