Html Css Color HEX #6EADDB Malibu

📋 copy color: '#6EADDB'

red 110 ◦ green 173 ◦ blue 219

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

Shades of Malibu #6EADDB

Tints of Malibu #6EADDB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.46%

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

R = 21.91%
G = 34.46%
B = 43.63%

CMYK

 C value IS 0.50

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6EADDB (or 0x6EADDB) is known color: Malibu. HEX triplet: 6E, AD and DB. RGB value is (110,173,219). Sum of RGB (Red+Green+Blue) = 110+173+219=502 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.91% from 502); Green value is 173 (67.97% from 255 or 34.46% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #6EADDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EADDB is #915224. Grayscale: #9F9F9F. Windows color (decimal): -9523749 or 14396782. OLE color: 14396782.

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

Color convert

RGB 110 173 219 -
CMYK 0.50 0.21 0 0.14
HSL 205.32º 0.6% 0.65% -
HSV(B) 205.32º 0.5% 0.86% -
XYZ 34.16 38.32 72.61 -
YUV 159.41 161.63 92.76 -
System Red Green Blue C M Y K H S L
Decimal 110 173 219 0.50 0.21 0 0.14 205.32 0.6 0.65
Hex 6E AD DB 32 15 0 E CD 3C 41
Octal 156 255 333 62 25 0 16 315 74 101
Binary 1101110 10101101 11011011 110010 10101 0 1110 11001101 111100 1000001

Color Harmonies of #6EADDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EADDB

Black with #6EADDB

Text Example


Text Example

White with #6EADDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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