Html Css Color HEX #64A2DC Picton Blue

📋 copy color: '#64A2DC'

red 100 ◦ green 162 ◦ blue 220

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

Shades of Picton Blue #64A2DC

Tints of Picton Blue #64A2DC

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.61%

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

R = 20.75%
G = 33.61%
B = 45.64%

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

#64A2DC (or 0x64A2DC) is known color: Picton Blue. HEX triplet: 64, A2 and DC. RGB value is (100,162,220). Sum of RGB (Red+Green+Blue) = 100+162+220=482 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.75% from 482); Green value is 162 (63.67% from 255 or 33.61% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #64A2DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64A2DC is #9B5D23. Grayscale: #959595. Windows color (decimal): -10181924 or 14459492. OLE color: 14459492.

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

Color convert

RGB 100 162 220 -
CMYK 0.55 0.26 0 0.14
HSL 209º 0.63% 0.63% -
HSV(B) 209º 0.55% 0.86% -
XYZ 31.09 33.72 72.58 -
YUV 150.07 167.46 92.28 -
System Red Green Blue C M Y K H S L
Decimal 100 162 220 0.55 0.26 0 0.14 209 0.63 0.63
Hex 64 A2 DC 37 1A 0 E D1 3F 3F
Octal 144 242 334 67 32 0 16 321 77 77
Binary 1100100 10100010 11011100 110111 11010 0 1110 11010001 111111 111111

Color Harmonies of #64A2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A2DC

Black with #64A2DC

Text Example


Text Example

White with #64A2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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