Html Css Color HEX #6EAEDB Malibu

📋 copy color: '#6EAEDB'

red 110 ◦ green 174 ◦ blue 219

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

Shades of Malibu #6EAEDB

Tints of Malibu #6EAEDB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.59%

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

R = 21.87%
G = 34.59%
B = 43.54%

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

#6EAEDB (or 0x6EAEDB) is known color: Malibu. HEX triplet: 6E, AE and DB. RGB value is (110,174,219). Sum of RGB (Red+Green+Blue) = 110+174+219=503 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.87% from 503); Green value is 174 (68.36% from 255 or 34.59% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #6EAEDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EAEDB is #915124. Grayscale: #9F9F9F. Windows color (decimal): -9523493 or 14397038. OLE color: 14397038.

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

Color convert

RGB 110 174 219 -
CMYK 0.50 0.21 0 0.14
HSL 204.77º 0.6% 0.65% -
HSV(B) 204.77º 0.5% 0.86% -
XYZ 34.35 38.7 72.68 -
YUV 159.99 161.3 92.34 -
System Red Green Blue C M Y K H S L
Decimal 110 174 219 0.50 0.21 0 0.14 204.77 0.6 0.65
Hex 6E AE DB 32 15 0 E CD 3C 41
Octal 156 256 333 62 25 0 16 315 74 101
Binary 1101110 10101110 11011011 110010 10101 0 1110 11001101 111100 1000001

Color Harmonies of #6EAEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EAEDB

Black with #6EAEDB

Text Example


Text Example

White with #6EAEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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