Html Css Color HEX #64A0CB Picton Blue

📋 copy color: '#64A0CB'

red 100 ◦ green 160 ◦ blue 203

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

Shades of Picton Blue #64A0CB

Tints of Picton Blue #64A0CB

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.56%

 BLUE value IS 203 (79.69% from 255) = 43.84%

R = 21.6%
G = 34.56%
B = 43.84%

CMYK

 C value IS 0.51

 M value IS 0.21

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#64A0CB (or 0x64A0CB) is known color: Picton Blue. HEX triplet: 64, A0 and CB. RGB value is (100,160,203). Sum of RGB (Red+Green+Blue) = 100+160+203=463 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.60% from 463); Green value is 160 (62.89% from 255 or 34.56% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 203 - color contains mainly: blue. Hex color #64A0CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64A0CB is #9B5F34. Grayscale: #929292. Windows color (decimal): -10182453 or 13344868. OLE color: 13344868.

HSL color Cylindrical-coordinate representation of color #64A0CB: hue angle of 205.05º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64A0CB is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 100 160 203 -
CMYK 0.51 0.21 0 0.20
HSL 205.05º 0.5% 0.59% -
HSV(B) 205.05º 0.51% 0.8% -
XYZ 28.61 32.16 61.2 -
YUV 146.96 159.62 94.5 -
System Red Green Blue C M Y K H S L
Decimal 100 160 203 0.51 0.21 0 0.20 205.05 0.5 0.59
Hex 64 A0 CB 33 15 0 14 CD 32 3B
Octal 144 240 313 63 25 0 24 315 62 73
Binary 1100100 10100000 11001011 110011 10101 0 10100 11001101 110010 111011

Color Harmonies of #64A0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A0CB

Black with #64A0CB

Text Example


Text Example

White with #64A0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,160,203); }

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

background-color css

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

 a { background-color: rgb(100,160,203); }

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

border-color css

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

 span { border-color: rgb(100,160,203); }

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