Html Css Color HEX #6AACE5 Malibu

📋 copy color: '#6AACE5'

red 106 ◦ green 172 ◦ blue 229

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

Shades of Malibu #6AACE5

Tints of Malibu #6AACE5

RGB

 RED value IS 106 (41.8% from 255) = 20.91%

 GREEN value IS 172 (67.58% from 255) = 33.93%

 BLUE value IS 229 (89.84% from 255) = 45.17%

R = 20.91%
G = 33.93%
B = 45.17%

CMYK

 C value IS 0.54

 M value IS 0.25

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#6AACE5 (or 0x6AACE5) is known color: Malibu. HEX triplet: 6A, AC and E5. RGB value is (106,172,229). Sum of RGB (Red+Green+Blue) = 106+172+229=507 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.91% from 507); Green value is 172 (67.58% from 255 or 33.93% from 507); Blue value is 229 (89.84% from 255 or 45.17% from 507); Max value from RGB is 229 - color contains mainly: blue. Hex color #6AACE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AACE5 is #95531A. Grayscale: #9E9E9E. Windows color (decimal): -9786139 or 15051882. OLE color: 15051882.

HSL color Cylindrical-coordinate representation of color #6AACE5: hue angle of 207.8º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6AACE5 is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 106 172 229 -
CMYK 0.54 0.25 0 0.10
HSL 207.8º 0.7% 0.66% -
HSV(B) 207.8º 0.54% 0.9% -
XYZ 34.84 38.23 79.67 -
YUV 158.76 167.63 90.37 -
System Red Green Blue C M Y K H S L
Decimal 106 172 229 0.54 0.25 0 0.10 207.8 0.7 0.66
Hex 6A AC E5 36 19 0 A D0 46 42
Octal 152 254 345 66 31 0 12 320 106 102
Binary 1101010 10101100 11100101 110110 11001 0 1010 11010000 1000110 1000010

Color Harmonies of #6AACE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AACE5

Black with #6AACE5

Text Example


Text Example

White with #6AACE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6AACE5; }

 p { color: rgb(106,172,229); }

 H1.HeaderClassName
 {
   color: #6AACE5;
 }
 .AnyTagClassName
 {
   color: #6AACE5;
 }
</style>

background-color css

<style>
 a { background-color: #6AACE5; }

 a { background-color: rgb(106,172,229); }

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

border-color css

<style>
 span { border-color: #6AACE5; }

 span { border-color: rgb(106,172,229); }

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