Html Css Color HEX #6EB9DB Malibu

📋 copy color: '#6EB9DB'

red 110 ◦ green 185 ◦ blue 219

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

Shades of Malibu #6EB9DB

Tints of Malibu #6EB9DB

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.99%

 BLUE value IS 219 (85.94% from 255) = 42.61%

R = 21.4%
G = 35.99%
B = 42.61%

CMYK

 C value IS 0.50

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6EB9DB (or 0x6EB9DB) is known color: Malibu. HEX triplet: 6E, B9 and DB. RGB value is (110,185,219). Sum of RGB (Red+Green+Blue) = 110+185+219=514 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.40% from 514); Green value is 185 (72.66% from 255 or 35.99% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #6EB9DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EB9DB is #914624. Grayscale: #A6A6A6. Windows color (decimal): -9520677 or 14399854. OLE color: 14399854.

HSL color Cylindrical-coordinate representation of color #6EB9DB: hue angle of 198.72º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EB9DB is Cyan = 0.50, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 110 185 219 -
CMYK 0.50 0.16 0 0.14
HSL 198.72º 0.6% 0.65% -
HSV(B) 198.72º 0.5% 0.86% -
XYZ 36.57 43.13 73.42 -
YUV 166.45 157.65 87.74 -
System Red Green Blue C M Y K H S L
Decimal 110 185 219 0.50 0.16 0 0.14 198.72 0.6 0.65
Hex 6E B9 DB 32 10 0 E C7 3C 41
Octal 156 271 333 62 20 0 16 307 74 101
Binary 1101110 10111001 11011011 110010 10000 0 1110 11000111 111100 1000001

Color Harmonies of #6EB9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EB9DB

Black with #6EB9DB

Text Example


Text Example

White with #6EB9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,185,219); }

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

background-color css

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

 a { background-color: rgb(110,185,219); }

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

border-color css

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

 span { border-color: rgb(110,185,219); }

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