Html Css Color HEX #64ABCA Picton Blue

📋 copy color: '#64ABCA'

red 100 ◦ green 171 ◦ blue 202

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

Shades of Picton Blue #64ABCA

Tints of Picton Blue #64ABCA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.15%

 BLUE value IS 202 (79.3% from 255) = 42.71%

R = 21.14%
G = 36.15%
B = 42.71%

CMYK

 C value IS 0.50

 M value IS 0.15

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#64ABCA (or 0x64ABCA) is known color: Picton Blue. HEX triplet: 64, AB and CA. RGB value is (100,171,202). Sum of RGB (Red+Green+Blue) = 100+171+202=473 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.14% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 202 (79.30% from 255 or 42.71% from 473); Max value from RGB is 202 - color contains mainly: blue. Hex color #64ABCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64ABCA is #9B5435. Grayscale: #999999. Windows color (decimal): -10179638 or 13282148. OLE color: 13282148.

HSL color Cylindrical-coordinate representation of color #64ABCA: hue angle of 198.24º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64ABCA is Cyan = 0.50, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 100 171 202 -
CMYK 0.50 0.15 0 0.21
HSL 198.24º 0.49% 0.59% -
HSV(B) 198.24º 0.5% 0.79% -
XYZ 30.48 36.1 61.24 -
YUV 153.31 155.48 89.98 -
System Red Green Blue C M Y K H S L
Decimal 100 171 202 0.50 0.15 0 0.21 198.24 0.49 0.59
Hex 64 AB CA 32 F 0 15 C6 31 3B
Octal 144 253 312 62 17 0 25 306 61 73
Binary 1100100 10101011 11001010 110010 1111 0 10101 11000110 110001 111011

Color Harmonies of #64ABCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64ABCA

Black with #64ABCA

Text Example


Text Example

White with #64ABCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,171,202); }

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

background-color css

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

 a { background-color: rgb(100,171,202); }

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

border-color css

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

 span { border-color: rgb(100,171,202); }

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