Html Css Color HEX #6EB8DC Malibu

📋 copy color: '#6EB8DC'

red 110 ◦ green 184 ◦ blue 220

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

Shades of Malibu #6EB8DC

Tints of Malibu #6EB8DC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.8%

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

R = 21.4%
G = 35.8%
B = 42.8%

CMYK

 C value IS 0.50

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6EB8DC (or 0x6EB8DC) is known color: Malibu. HEX triplet: 6E, B8 and DC. RGB value is (110,184,220). Sum of RGB (Red+Green+Blue) = 110+184+220=514 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.40% from 514); Green value is 184 (72.27% from 255 or 35.80% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #6EB8DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EB8DC is #914723. Grayscale: #A5A5A5. Windows color (decimal): -9520932 or 14465134. OLE color: 14465134.

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

Color convert

RGB 110 184 220 -
CMYK 0.50 0.16 0 0.14
HSL 199.64º 0.61% 0.65% -
HSV(B) 199.64º 0.5% 0.86% -
XYZ 36.49 42.76 74.04 -
YUV 165.98 158.48 88.07 -
System Red Green Blue C M Y K H S L
Decimal 110 184 220 0.50 0.16 0 0.14 199.64 0.61 0.65
Hex 6E B8 DC 32 10 0 E C8 3D 41
Octal 156 270 334 62 20 0 16 310 75 101
Binary 1101110 10111000 11011100 110010 10000 0 1110 11001000 111101 1000001

Color Harmonies of #6EB8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EB8DC

Black with #6EB8DC

Text Example


Text Example

White with #6EB8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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