Html Css Color HEX #64AAD7 Picton Blue

📋 copy color: '#64AAD7'

red 100 ◦ green 170 ◦ blue 215

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

Shades of Picton Blue #64AAD7

Tints of Picton Blue #64AAD7

RGB

 RED value IS 100 (39.45% from 255) = 20.62%

 GREEN value IS 170 (66.8% from 255) = 35.05%

 BLUE value IS 215 (84.38% from 255) = 44.33%

R = 20.62%
G = 35.05%
B = 44.33%

CMYK

 C value IS 0.53

 M value IS 0.21

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#64AAD7 (or 0x64AAD7) is known color: Picton Blue. HEX triplet: 64, AA and D7. RGB value is (100,170,215). Sum of RGB (Red+Green+Blue) = 100+170+215=485 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.62% from 485); Green value is 170 (66.80% from 255 or 35.05% from 485); Blue value is 215 (84.38% from 255 or 44.33% from 485); Max value from RGB is 215 - color contains mainly: blue. Hex color #64AAD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64AAD7 is #9B5528. Grayscale: #999999. Windows color (decimal): -10179881 or 14133860. OLE color: 14133860.

HSL color Cylindrical-coordinate representation of color #64AAD7: hue angle of 203.48º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64AAD7 is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 100 170 215 -
CMYK 0.53 0.21 0 0.16
HSL 203.48º 0.59% 0.62% -
HSV(B) 203.48º 0.53% 0.84% -
XYZ 31.9 36.37 69.63 -
YUV 154.2 162.31 89.34 -
System Red Green Blue C M Y K H S L
Decimal 100 170 215 0.53 0.21 0 0.16 203.48 0.59 0.62
Hex 64 AA D7 35 15 0 10 CB 3B 3E
Octal 144 252 327 65 25 0 20 313 73 76
Binary 1100100 10101010 11010111 110101 10101 0 10000 11001011 111011 111110

Color Harmonies of #64AAD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AAD7

Black with #64AAD7

Text Example


Text Example

White with #64AAD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64AAD7; }

 p { color: rgb(100,170,215); }

 H1.HeaderClassName
 {
   color: #64AAD7;
 }
 .AnyTagClassName
 {
   color: #64AAD7;
 }
</style>

background-color css

<style>
 a { background-color: #64AAD7; }

 a { background-color: rgb(100,170,215); }

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

border-color css

<style>
 span { border-color: #64AAD7; }

 span { border-color: rgb(100,170,215); }

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