#6EB6ED

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

Shades of Malibu #6EB6ED

Tints of Malibu #6EB6ED

Color information

#6EB6ED (or 0x6EB6ED) is unknown color: approx Malibu. HEX triplet: 6E, B6 and ED. RGB value is (110,182,237). Sum of RGB (Red+Green+Blue) = 110+182+237=529 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.79% from 529); Green value is 182 (71.48% from 255 or 34.40% from 529); Blue value is 237 (92.97% from 255 or 44.80% from 529); Max value from RGB is 237 - color contains mainly: blue. Hex color #6EB6ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EB6ED is #914912. Grayscale: #A6A6A6. Windows color (decimal): -9521427 or 15578734. OLE color: 15578734.

HSL color Cylindrical-coordinate representation of color #6EB6ED: hue angle of 205.98º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6EB6ED is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB110182237-
CMYK0.540.2300.07
HSL205.98º77.91%68.04%-
HSV(B)205.98º53.59%92.94%-
XYZ38.4442.8986.37-
YUV166.74167.6587.53-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 20.79%
GREEN value IS 182 (71.48% from 255) = 34.40%
BLUE value IS 237 (92.97% from 255) = 44.80%
R=20.79%
G=34.40%
B=44.80%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1101822370.540.2300.07205.9877.9168.04
Hex6EB6ED361707ce4e44
Octal156266355662707316116104
Binary110111010110110111011011101101011101111100111010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EB6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,182,237); }

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

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

 a { background-color: rgb(110,182,237); }

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

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

 span { border-color: rgb(110,182,237); }

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