Html Css Color HEX #6EADDC Malibu

📋 copy color: '#6EADDC'

red 110 ◦ green 173 ◦ blue 220

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

Shades of Malibu #6EADDC

Tints of Malibu #6EADDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.74%

R = 21.87%
G = 34.39%
B = 43.74%

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

#6EADDC (or 0x6EADDC) is known color: Malibu. HEX triplet: 6E, AD and DC. RGB value is (110,173,220). Sum of RGB (Red+Green+Blue) = 110+173+220=503 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.87% from 503); Green value is 173 (67.97% from 255 or 34.39% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #6EADDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EADDC is #915223. Grayscale: #9F9F9F. Windows color (decimal): -9523748 or 14462318. OLE color: 14462318.

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

Color convert

RGB 110 173 220 -
CMYK 0.50 0.21 0 0.14
HSL 205.64º 0.61% 0.65% -
HSV(B) 205.64º 0.5% 0.86% -
XYZ 34.29 38.37 73.31 -
YUV 159.52 162.13 92.68 -
System Red Green Blue C M Y K H S L
Decimal 110 173 220 0.50 0.21 0 0.14 205.64 0.61 0.65
Hex 6E AD DC 32 15 0 E CE 3D 41
Octal 156 255 334 62 25 0 16 316 75 101
Binary 1101110 10101101 11011100 110010 10101 0 1110 11001110 111101 1000001

Color Harmonies of #6EADDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EADDC

Black with #6EADDC

Text Example


Text Example

White with #6EADDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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