Html Css Color HEX #64A1CB Picton Blue

📋 copy color: '#64A1CB'

red 100 ◦ green 161 ◦ blue 203

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

Shades of Picton Blue #64A1CB

Tints of Picton Blue #64A1CB

RGB

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

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

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

R = 21.55%
G = 34.7%
B = 43.75%

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

#64A1CB (or 0x64A1CB) is known color: Picton Blue. HEX triplet: 64, A1 and CB. RGB value is (100,161,203). Sum of RGB (Red+Green+Blue) = 100+161+203=464 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.55% from 464); Green value is 161 (63.28% from 255 or 34.70% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 203 - color contains mainly: blue. Hex color #64A1CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64A1CB is #9B5E34. Grayscale: #939393. Windows color (decimal): -10182197 or 13345124. OLE color: 13345124.

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

Color convert

RGB 100 161 203 -
CMYK 0.51 0.21 0 0.20
HSL 204.47º 0.5% 0.59% -
HSV(B) 204.47º 0.51% 0.8% -
XYZ 28.78 32.51 61.26 -
YUV 147.55 159.29 94.08 -
System Red Green Blue C M Y K H S L
Decimal 100 161 203 0.51 0.21 0 0.20 204.47 0.5 0.59
Hex 64 A1 CB 33 15 0 14 CC 32 3B
Octal 144 241 313 63 25 0 24 314 62 73
Binary 1100100 10100001 11001011 110011 10101 0 10100 11001100 110010 111011

Color Harmonies of #64A1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A1CB

Black with #64A1CB

Text Example


Text Example

White with #64A1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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