Html Css Color HEX #6EBBDC Malibu

📋 copy color: '#6EBBDC'

red 110 ◦ green 187 ◦ blue 220

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

Shades of Malibu #6EBBDC

Tints of Malibu #6EBBDC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.17%

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

R = 21.28%
G = 36.17%
B = 42.55%

CMYK

 C value IS 0.50

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6EBBDC (or 0x6EBBDC) is known color: Malibu. HEX triplet: 6E, BB and DC. RGB value is (110,187,220). Sum of RGB (Red+Green+Blue) = 110+187+220=517 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.28% from 517); Green value is 187 (73.44% from 255 or 36.17% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #6EBBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBBDC is #914423. Grayscale: #A7A7A7. Windows color (decimal): -9520164 or 14465902. OLE color: 14465902.

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

Color convert

RGB 110 187 220 -
CMYK 0.50 0.15 0 0.14
HSL 198º 0.61% 0.65% -
HSV(B) 198º 0.5% 0.86% -
XYZ 37.12 44.02 74.25 -
YUV 167.74 157.49 86.82 -
System Red Green Blue C M Y K H S L
Decimal 110 187 220 0.50 0.15 0 0.14 198 0.61 0.65
Hex 6E BB DC 32 F 0 E C6 3D 41
Octal 156 273 334 62 17 0 16 306 75 101
Binary 1101110 10111011 11011100 110010 1111 0 1110 11000110 111101 1000001

Color Harmonies of #6EBBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EBBDC

Black with #6EBBDC

Text Example


Text Example

White with #6EBBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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