Html Css Color HEX #64A8CE Picton Blue

📋 copy color: '#64A8CE'

red 100 ◦ green 168 ◦ blue 206

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

Shades of Picton Blue #64A8CE

Tints of Picton Blue #64A8CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.46%

R = 21.1%
G = 35.44%
B = 43.46%

CMYK

 C value IS 0.51

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#64A8CE (or 0x64A8CE) is known color: Picton Blue. HEX triplet: 64, A8 and CE. RGB value is (100,168,206). Sum of RGB (Red+Green+Blue) = 100+168+206=474 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.10% from 474); Green value is 168 (66.02% from 255 or 35.44% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 206 - color contains mainly: blue. Hex color #64A8CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64A8CE is #9B5731. Grayscale: #979797. Windows color (decimal): -10180402 or 13543524. OLE color: 13543524.

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

Color convert

RGB 100 168 206 -
CMYK 0.51 0.18 0 0.19
HSL 201.51º 0.52% 0.6% -
HSV(B) 201.51º 0.51% 0.81% -
XYZ 30.4 35.17 63.58 -
YUV 152 158.47 90.91 -
System Red Green Blue C M Y K H S L
Decimal 100 168 206 0.51 0.18 0 0.19 201.51 0.52 0.6
Hex 64 A8 CE 33 12 0 13 CA 34 3C
Octal 144 250 316 63 22 0 23 312 64 74
Binary 1100100 10101000 11001110 110011 10010 0 10011 11001010 110100 111100

Color Harmonies of #64A8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A8CE

Black with #64A8CE

Text Example


Text Example

White with #64A8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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