Html Css Color HEX #64A5E1 Picton Blue

📋 copy color: '#64A5E1'

red 100 ◦ green 165 ◦ blue 225

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

Shades of Picton Blue #64A5E1

Tints of Picton Blue #64A5E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 45.92%

R = 20.41%
G = 33.67%
B = 45.92%

CMYK

 C value IS 0.56

 M value IS 0.27

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#64A5E1 (or 0x64A5E1) is known color: Picton Blue. HEX triplet: 64, A5 and E1. RGB value is (100,165,225). Sum of RGB (Red+Green+Blue) = 100+165+225=490 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.41% from 490); Green value is 165 (64.84% from 255 or 33.67% from 490); Blue value is 225 (88.28% from 255 or 45.92% from 490); Max value from RGB is 225 - color contains mainly: blue. Hex color #64A5E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64A5E1 is #9B5A1E. Grayscale: #989898. Windows color (decimal): -10181151 or 14787940. OLE color: 14787940.

HSL color Cylindrical-coordinate representation of color #64A5E1: hue angle of 208.8º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64A5E1 is Cyan = 0.56, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 100 165 225 -
CMYK 0.56 0.27 0 0.12
HSL 208.8º 0.68% 0.64% -
HSV(B) 208.8º 0.56% 0.88% -
XYZ 32.3 35.06 76.3 -
YUV 152.41 168.97 90.62 -
System Red Green Blue C M Y K H S L
Decimal 100 165 225 0.56 0.27 0 0.12 208.8 0.68 0.64
Hex 64 A5 E1 38 1B 0 C D1 44 40
Octal 144 245 341 70 33 0 14 321 104 100
Binary 1100100 10100101 11100001 111000 11011 0 1100 11010001 1000100 1000000

Color Harmonies of #64A5E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A5E1

Black with #64A5E1

Text Example


Text Example

White with #64A5E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,165,225); }

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

background-color css

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

 a { background-color: rgb(100,165,225); }

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

border-color css

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

 span { border-color: rgb(100,165,225); }

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