Html Css Color HEX #64A8DC Picton Blue

📋 copy color: '#64A8DC'

red 100 ◦ green 168 ◦ blue 220

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

Shades of Picton Blue #64A8DC

Tints of Picton Blue #64A8DC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.43%

 BLUE value IS 220 (86.33% from 255) = 45.08%

R = 20.49%
G = 34.43%
B = 45.08%

CMYK

 C value IS 0.55

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#64A8DC (or 0x64A8DC) is known color: Picton Blue. HEX triplet: 64, A8 and DC. RGB value is (100,168,220). Sum of RGB (Red+Green+Blue) = 100+168+220=488 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.49% from 488); Green value is 168 (66.02% from 255 or 34.43% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #64A8DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64A8DC is #9B5723. Grayscale: #999999. Windows color (decimal): -10180388 or 14461028. OLE color: 14461028.

HSL color Cylindrical-coordinate representation of color #64A8DC: hue angle of 206º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64A8DC is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 100 168 220 -
CMYK 0.55 0.24 0 0.14
HSL 206º 0.63% 0.63% -
HSV(B) 206º 0.55% 0.86% -
XYZ 32.18 35.88 72.94 -
YUV 153.6 165.47 89.77 -
System Red Green Blue C M Y K H S L
Decimal 100 168 220 0.55 0.24 0 0.14 206 0.63 0.63
Hex 64 A8 DC 37 18 0 E CE 3F 3F
Octal 144 250 334 67 30 0 16 316 77 77
Binary 1100100 10101000 11011100 110111 11000 0 1110 11001110 111111 111111

Color Harmonies of #64A8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A8DC

Black with #64A8DC

Text Example


Text Example

White with #64A8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,168,220); }

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

background-color css

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

 a { background-color: rgb(100,168,220); }

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

border-color css

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

 span { border-color: rgb(100,168,220); }

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