Html Css Color HEX #64A5CF Picton Blue

📋 copy color: '#64A5CF'

red 100 ◦ green 165 ◦ blue 207

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

Shades of Picton Blue #64A5CF

Tints of Picton Blue #64A5CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.86%

R = 21.19%
G = 34.96%
B = 43.86%

CMYK

 C value IS 0.52

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#64A5CF (or 0x64A5CF) is known color: Picton Blue. HEX triplet: 64, A5 and CF. RGB value is (100,165,207). Sum of RGB (Red+Green+Blue) = 100+165+207=472 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.19% from 472); Green value is 165 (64.84% from 255 or 34.96% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #64A5CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64A5CF is #9B5A30. Grayscale: #969696. Windows color (decimal): -10181169 or 13608292. OLE color: 13608292.

HSL color Cylindrical-coordinate representation of color #64A5CF: hue angle of 203.55º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64A5CF is Cyan = 0.52, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 100 165 207 -
CMYK 0.52 0.20 0 0.19
HSL 203.55º 0.53% 0.6% -
HSV(B) 203.55º 0.52% 0.81% -
XYZ 29.97 34.12 64.04 -
YUV 150.35 159.97 92.08 -
System Red Green Blue C M Y K H S L
Decimal 100 165 207 0.52 0.20 0 0.19 203.55 0.53 0.6
Hex 64 A5 CF 34 14 0 13 CC 35 3C
Octal 144 245 317 64 24 0 23 314 65 74
Binary 1100100 10100101 11001111 110100 10100 0 10011 11001100 110101 111100

Color Harmonies of #64A5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A5CF

Black with #64A5CF

Text Example


Text Example

White with #64A5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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