Html Css Color HEX #6EAEDC Malibu

📋 copy color: '#6EAEDC'

red 110 ◦ green 174 ◦ blue 220

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

Shades of Malibu #6EAEDC

Tints of Malibu #6EAEDC

RGB

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

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

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

R = 21.83%
G = 34.52%
B = 43.65%

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

#6EAEDC (or 0x6EAEDC) is known color: Malibu. HEX triplet: 6E, AE and DC. RGB value is (110,174,220). Sum of RGB (Red+Green+Blue) = 110+174+220=504 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.83% from 504); Green value is 174 (68.36% from 255 or 34.52% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #6EAEDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EAEDC is #915123. Grayscale: #9F9F9F. Windows color (decimal): -9523492 or 14462574. OLE color: 14462574.

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

Color convert

RGB 110 174 220 -
CMYK 0.50 0.21 0 0.14
HSL 205.09º 0.61% 0.65% -
HSV(B) 205.09º 0.5% 0.86% -
XYZ 34.48 38.75 73.37 -
YUV 160.11 161.8 92.26 -
System Red Green Blue C M Y K H S L
Decimal 110 174 220 0.50 0.21 0 0.14 205.09 0.61 0.65
Hex 6E AE DC 32 15 0 E CD 3D 41
Octal 156 256 334 62 25 0 16 315 75 101
Binary 1101110 10101110 11011100 110010 10101 0 1110 11001101 111101 1000001

Color Harmonies of #6EAEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EAEDC

Black with #6EAEDC

Text Example


Text Example

White with #6EAEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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