Html Css Color HEX #6EADD7 Malibu

📋 copy color: '#6EADD7'

red 110 ◦ green 173 ◦ blue 215

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

Shades of Malibu #6EADD7

Tints of Malibu #6EADD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 43.17%

R = 22.09%
G = 34.74%
B = 43.17%

CMYK

 C value IS 0.49

 M value IS 0.20

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6EADD7 (or 0x6EADD7) is known color: Malibu. HEX triplet: 6E, AD and D7. RGB value is (110,173,215). Sum of RGB (Red+Green+Blue) = 110+173+215=498 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.09% from 498); Green value is 173 (67.97% from 255 or 34.74% from 498); Blue value is 215 (84.38% from 255 or 43.17% from 498); Max value from RGB is 215 - color contains mainly: blue. Hex color #6EADD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EADD7 is #915228. Grayscale: #9E9E9E. Windows color (decimal): -9523753 or 14134638. OLE color: 14134638.

HSL color Cylindrical-coordinate representation of color #6EADD7: hue angle of 204º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6EADD7 is Cyan = 0.49, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 110 173 215 -
CMYK 0.49 0.20 0 0.16
HSL 204º 0.57% 0.64% -
HSV(B) 204º 0.49% 0.84% -
XYZ 33.64 38.11 69.87 -
YUV 158.95 159.63 93.08 -
System Red Green Blue C M Y K H S L
Decimal 110 173 215 0.49 0.20 0 0.16 204 0.57 0.64
Hex 6E AD D7 31 14 0 10 CC 39 40
Octal 156 255 327 61 24 0 20 314 71 100
Binary 1101110 10101101 11010111 110001 10100 0 10000 11001100 111001 1000000

Color Harmonies of #6EADD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EADD7

Black with #6EADD7

Text Example


Text Example

White with #6EADD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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