Html Css Color HEX #64A3DC Picton Blue

📋 copy color: '#64A3DC'

red 100 ◦ green 163 ◦ blue 220

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

Shades of Picton Blue #64A3DC

Tints of Picton Blue #64A3DC

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.75%

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

R = 20.7%
G = 33.75%
B = 45.55%

CMYK

 C value IS 0.55

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#64A3DC (or 0x64A3DC) is known color: Picton Blue. HEX triplet: 64, A3 and DC. RGB value is (100,163,220). Sum of RGB (Red+Green+Blue) = 100+163+220=483 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.70% from 483); Green value is 163 (64.06% from 255 or 33.75% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #64A3DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64A3DC is #9B5C23. Grayscale: #969696. Windows color (decimal): -10181668 or 14459748. OLE color: 14459748.

HSL color Cylindrical-coordinate representation of color #64A3DC: hue angle of 208.5º 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 #64A3DC is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 100 163 220 -
CMYK 0.55 0.26 0 0.14
HSL 208.5º 0.63% 0.63% -
HSV(B) 208.5º 0.55% 0.86% -
XYZ 31.27 34.07 72.64 -
YUV 150.66 167.13 91.87 -
System Red Green Blue C M Y K H S L
Decimal 100 163 220 0.55 0.26 0 0.14 208.5 0.63 0.63
Hex 64 A3 DC 37 1A 0 E D0 3F 3F
Octal 144 243 334 67 32 0 16 320 77 77
Binary 1100100 10100011 11011100 110111 11010 0 1110 11010000 111111 111111

Color Harmonies of #64A3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A3DC

Black with #64A3DC

Text Example


Text Example

White with #64A3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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