Html Css Color HEX #6EBEDC Malibu

📋 copy color: '#6EBEDC'

red 110 ◦ green 190 ◦ blue 220

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

Shades of Malibu #6EBEDC

Tints of Malibu #6EBEDC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.54%

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

R = 21.15%
G = 36.54%
B = 42.31%

CMYK

 C value IS 0.50

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6EBEDC (or 0x6EBEDC) is known color: Malibu. HEX triplet: 6E, BE and DC. RGB value is (110,190,220). Sum of RGB (Red+Green+Blue) = 110+190+220=520 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.15% from 520); Green value is 190 (74.61% from 255 or 36.54% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #6EBEDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBEDC is #914123. Grayscale: #A9A9A9. Windows color (decimal): -9519396 or 14466670. OLE color: 14466670.

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

Color convert

RGB 110 190 220 -
CMYK 0.50 0.14 0 0.14
HSL 196.36º 0.61% 0.65% -
HSV(B) 196.36º 0.5% 0.86% -
XYZ 37.76 45.31 74.47 -
YUV 169.5 156.5 85.56 -
System Red Green Blue C M Y K H S L
Decimal 110 190 220 0.50 0.14 0 0.14 196.36 0.61 0.65
Hex 6E BE DC 32 E 0 E C4 3D 41
Octal 156 276 334 62 16 0 16 304 75 101
Binary 1101110 10111110 11011100 110010 1110 0 1110 11000100 111101 1000001

Color Harmonies of #6EBEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EBEDC

Black with #6EBEDC

Text Example


Text Example

White with #6EBEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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