#6EB8DE

Color #6EB8DE Malibu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malibu #6EB8DE

Tints of Malibu #6EB8DE

Color information

#6EB8DE (or 0x6EB8DE) is unknown color: approx Malibu. HEX triplet: 6E, B8 and DE. RGB value is (110,184,222). Sum of RGB (Red+Green+Blue) = 110+184+222=516 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.32% from 516); Green value is 184 (72.27% from 255 or 35.66% from 516); Blue value is 222 (87.11% from 255 or 43.02% from 516); Max value from RGB is 222 - color contains mainly: blue. Hex color #6EB8DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EB8DE is #914721. Grayscale: #A5A5A5. Windows color (decimal): -9520930 or 14596206. OLE color: 14596206.

HSL color Cylindrical-coordinate representation of color #6EB8DE: hue angle of 200.36º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EB8DE is Cyan = 0.50, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB110184222-
CMYK0.500.1700.13
HSL200.36º62.92%65.1%-
HSV(B)200.36º50.45%87.06%-
XYZ36.7642.8775.44-
YUV166.21159.4887.91-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 21.32%
GREEN value IS 184 (72.27% from 255) = 35.66%
BLUE value IS 222 (87.11% from 255) = 43.02%
R=21.32%
G=35.66%
B=43.02%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1101842220.500.1700.13200.3662.9265.1
Hex6EB8DE32110Dc83f41
Octal156270336622101531077101
Binary110111010111000110111101100101000101101110010001111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EB8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6EB8DE;
 }
 .AnyTagClassName
 {
   color: #6EB8DE;
 }
</style>
background-color css

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

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

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

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

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

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