Html Css Color HEX #6EB6DB Malibu

📋 copy color: '#6EB6DB'

red 110 ◦ green 182 ◦ blue 219

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

Shades of Malibu #6EB6DB

Tints of Malibu #6EB6DB

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.62%

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

R = 21.53%
G = 35.62%
B = 42.86%

CMYK

 C value IS 0.50

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6EB6DB (or 0x6EB6DB) is known color: Malibu. HEX triplet: 6E, B6 and DB. RGB value is (110,182,219). Sum of RGB (Red+Green+Blue) = 110+182+219=511 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.53% from 511); Green value is 182 (71.48% from 255 or 35.62% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #6EB6DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EB6DB is #914924. Grayscale: #A4A4A4. Windows color (decimal): -9521445 or 14399086. OLE color: 14399086.

HSL color Cylindrical-coordinate representation of color #6EB6DB: hue angle of 200.37º 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 #6EB6DB is Cyan = 0.50, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 110 182 219 -
CMYK 0.50 0.17 0 0.14
HSL 200.37º 0.6% 0.65% -
HSV(B) 200.37º 0.5% 0.86% -
XYZ 35.94 41.89 73.21 -
YUV 164.69 158.65 88.99 -
System Red Green Blue C M Y K H S L
Decimal 110 182 219 0.50 0.17 0 0.14 200.37 0.6 0.65
Hex 6E B6 DB 32 11 0 E C8 3C 41
Octal 156 266 333 62 21 0 16 310 74 101
Binary 1101110 10110110 11011011 110010 10001 0 1110 11001000 111100 1000001

Color Harmonies of #6EB6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EB6DB

Black with #6EB6DB

Text Example


Text Example

White with #6EB6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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