Html Css Color HEX #6EADDA Malibu

📋 copy color: '#6EADDA'

red 110 ◦ green 173 ◦ blue 218

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

Shades of Malibu #6EADDA

Tints of Malibu #6EADDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.51%

R = 21.96%
G = 34.53%
B = 43.51%

CMYK

 C value IS 0.50

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6EADDA (or 0x6EADDA) is known color: Malibu. HEX triplet: 6E, AD and DA. RGB value is (110,173,218). Sum of RGB (Red+Green+Blue) = 110+173+218=501 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.96% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 218 - color contains mainly: blue. Hex color #6EADDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EADDA is #915225. Grayscale: #9F9F9F. Windows color (decimal): -9523750 or 14331246. OLE color: 14331246.

HSL color Cylindrical-coordinate representation of color #6EADDA: hue angle of 205º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EADDA is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 110 173 218 -
CMYK 0.50 0.21 0 0.15
HSL 205º 0.59% 0.64% -
HSV(B) 205º 0.5% 0.85% -
XYZ 34.03 38.26 71.92 -
YUV 159.29 161.13 92.84 -
System Red Green Blue C M Y K H S L
Decimal 110 173 218 0.50 0.21 0 0.15 205 0.59 0.64
Hex 6E AD DA 32 15 0 F CD 3B 40
Octal 156 255 332 62 25 0 17 315 73 100
Binary 1101110 10101101 11011010 110010 10101 0 1111 11001101 111011 1000000

Color Harmonies of #6EADDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EADDA

Black with #6EADDA

Text Example


Text Example

White with #6EADDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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