Html Css Color HEX #6EAFD9 Malibu

📋 copy color: '#6EAFD9'

red 110 ◦ green 175 ◦ blue 217

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

Shades of Malibu #6EAFD9

Tints of Malibu #6EAFD9

RGB

 RED value IS 110 (43.36% from 255) = 21.91%

 GREEN value IS 175 (68.75% from 255) = 34.86%

 BLUE value IS 217 (85.16% from 255) = 43.23%

R = 21.91%
G = 34.86%
B = 43.23%

CMYK

 C value IS 0.49

 M value IS 0.19

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6EAFD9 (or 0x6EAFD9) is known color: Malibu. HEX triplet: 6E, AF and D9. RGB value is (110,175,217). Sum of RGB (Red+Green+Blue) = 110+175+217=502 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.91% from 502); Green value is 175 (68.75% from 255 or 34.86% from 502); Blue value is 217 (85.16% from 255 or 43.23% from 502); Max value from RGB is 217 - color contains mainly: blue. Hex color #6EAFD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EAFD9 is #915026. Grayscale: #A0A0A0. Windows color (decimal): -9523239 or 14266222. OLE color: 14266222.

HSL color Cylindrical-coordinate representation of color #6EAFD9: hue angle of 203.55º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6EAFD9 is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 110 175 217 -
CMYK 0.49 0.19 0 0.15
HSL 203.55º 0.58% 0.64% -
HSV(B) 203.55º 0.49% 0.85% -
XYZ 34.28 38.98 71.36 -
YUV 160.35 159.97 92.08 -
System Red Green Blue C M Y K H S L
Decimal 110 175 217 0.49 0.19 0 0.15 203.55 0.58 0.64
Hex 6E AF D9 31 13 0 F CC 3A 40
Octal 156 257 331 61 23 0 17 314 72 100
Binary 1101110 10101111 11011001 110001 10011 0 1111 11001100 111010 1000000

Color Harmonies of #6EAFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EAFD9

Black with #6EAFD9

Text Example


Text Example

White with #6EAFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,175,217); }

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

background-color css

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

 a { background-color: rgb(110,175,217); }

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

border-color css

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

 span { border-color: rgb(110,175,217); }

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