#6EBCDE

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

Shades of Malibu #6EBCDE

Tints of Malibu #6EBCDE

Color information

#6EBCDE (or 0x6EBCDE) is unknown color: approx Malibu. HEX triplet: 6E, BC and DE. RGB value is (110,188,222). Sum of RGB (Red+Green+Blue) = 110+188+222=520 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.15% from 520); Green value is 188 (73.83% from 255 or 36.15% from 520); Blue value is 222 (87.11% from 255 or 42.69% from 520); Max value from RGB is 222 - color contains mainly: blue. Hex color #6EBCDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBCDE is #914321. Grayscale: #A8A8A8. Windows color (decimal): -9519906 or 14597230. OLE color: 14597230.

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

Color convert

RGB110188222-
CMYK0.500.1500.13
HSL198.21º62.92%65.1%-
HSV(B)198.21º50.45%87.06%-
XYZ37.644.5675.73-
YUV168.55158.1686.24-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 21.15%
GREEN value IS 188 (73.83% from 255) = 36.15%
BLUE value IS 222 (87.11% from 255) = 42.69%
R=21.15%
G=36.15%
B=42.69%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1101882220.500.1500.13198.2162.9265.1
Hex6EBCDE32F0Dc63f41
Octal156274336621701530677101
Binary11011101011110011011110110010111101101110001101111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EBCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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