Html Css Color HEX #64A1CE Picton Blue

📋 copy color: '#64A1CE'

red 100 ◦ green 161 ◦ blue 206

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

Shades of Picton Blue #64A1CE

Tints of Picton Blue #64A1CE

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.48%

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

R = 21.41%
G = 34.48%
B = 44.11%

CMYK

 C value IS 0.51

 M value IS 0.22

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#64A1CE (or 0x64A1CE) is known color: Picton Blue. HEX triplet: 64, A1 and CE. RGB value is (100,161,206). Sum of RGB (Red+Green+Blue) = 100+161+206=467 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.41% from 467); Green value is 161 (63.28% from 255 or 34.48% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #64A1CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64A1CE is #9B5E31. Grayscale: #939393. Windows color (decimal): -10182194 or 13541732. OLE color: 13541732.

HSL color Cylindrical-coordinate representation of color #64A1CE: hue angle of 205.47º 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 #64A1CE is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 100 161 206 -
CMYK 0.51 0.22 0 0.19
HSL 205.47º 0.52% 0.6% -
HSV(B) 205.47º 0.51% 0.81% -
XYZ 29.14 32.66 63.16 -
YUV 147.89 160.79 93.84 -
System Red Green Blue C M Y K H S L
Decimal 100 161 206 0.51 0.22 0 0.19 205.47 0.52 0.6
Hex 64 A1 CE 33 16 0 13 CD 34 3C
Octal 144 241 316 63 26 0 23 315 64 74
Binary 1100100 10100001 11001110 110011 10110 0 10011 11001101 110100 111100

Color Harmonies of #64A1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A1CE

Black with #64A1CE

Text Example


Text Example

White with #64A1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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