Html Css Color HEX #64A6DC Picton Blue

📋 copy color: '#64A6DC'

red 100 ◦ green 166 ◦ blue 220

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

Shades of Picton Blue #64A6DC

Tints of Picton Blue #64A6DC

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.16%

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

R = 20.58%
G = 34.16%
B = 45.27%

CMYK

 C value IS 0.55

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#64A6DC (or 0x64A6DC) is known color: Picton Blue. HEX triplet: 64, A6 and DC. RGB value is (100,166,220). Sum of RGB (Red+Green+Blue) = 100+166+220=486 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.58% from 486); Green value is 166 (65.23% from 255 or 34.16% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #64A6DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64A6DC is #9B5923. Grayscale: #989898. Windows color (decimal): -10180900 or 14460516. OLE color: 14460516.

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

Color convert

RGB 100 166 220 -
CMYK 0.55 0.25 0 0.14
HSL 207º 0.63% 0.63% -
HSV(B) 207º 0.55% 0.86% -
XYZ 31.81 35.15 72.82 -
YUV 152.42 166.13 90.61 -
System Red Green Blue C M Y K H S L
Decimal 100 166 220 0.55 0.25 0 0.14 207 0.63 0.63
Hex 64 A6 DC 37 19 0 E CF 3F 3F
Octal 144 246 334 67 31 0 16 317 77 77
Binary 1100100 10100110 11011100 110111 11001 0 1110 11001111 111111 111111

Color Harmonies of #64A6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A6DC

Black with #64A6DC

Text Example


Text Example

White with #64A6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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