Html Css Color HEX #64AAE6 Malibu

📋 copy color: '#64AAE6'

red 100 ◦ green 170 ◦ blue 230

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

Shades of Malibu #64AAE6

Tints of Malibu #64AAE6

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34%

 BLUE value IS 230 (90.23% from 255) = 46%

R = 20%
G = 34%
B = 46%

CMYK

 C value IS 0.57

 M value IS 0.26

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#64AAE6 (or 0x64AAE6) is known color: Malibu. HEX triplet: 64, AA and E6. RGB value is (100,170,230). Sum of RGB (Red+Green+Blue) = 100+170+230=500 (66% of max value = 765). Red value is 100 (39.45% from 255 or 20% from 500); Green value is 170 (66.80% from 255 or 34% from 500); Blue value is 230 (90.23% from 255 or 46% from 500); Max value from RGB is 230 - color contains mainly: blue. Hex color #64AAE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64AAE6 is #9B5519. Grayscale: #9B9B9B. Windows color (decimal): -10179866 or 15116900. OLE color: 15116900.

HSL color Cylindrical-coordinate representation of color #64AAE6: hue angle of 207.69º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64AAE6 is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 100 170 230 -
CMYK 0.57 0.26 0 0.10
HSL 207.69º 0.72% 0.65% -
HSV(B) 207.69º 0.57% 0.9% -
XYZ 33.91 37.17 80.25 -
YUV 155.91 169.81 88.12 -
System Red Green Blue C M Y K H S L
Decimal 100 170 230 0.57 0.26 0 0.10 207.69 0.72 0.65
Hex 64 AA E6 39 1A 0 A D0 48 41
Octal 144 252 346 71 32 0 12 320 110 101
Binary 1100100 10101010 11100110 111001 11010 0 1010 11010000 1001000 1000001

Color Harmonies of #64AAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AAE6

Black with #64AAE6

Text Example


Text Example

White with #64AAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,170,230); }

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

background-color css

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

 a { background-color: rgb(100,170,230); }

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

border-color css

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

 span { border-color: rgb(100,170,230); }

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