#6DB0E9

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

Shades of Malibu #6DB0E9

Tints of Malibu #6DB0E9

Color information

#6DB0E9 (or 0x6DB0E9) is unknown color: approx Malibu. HEX triplet: 6D, B0 and E9. RGB value is (109,176,233). Sum of RGB (Red+Green+Blue) = 109+176+233=518 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.04% from 518); Green value is 176 (69.14% from 255 or 33.98% from 518); Blue value is 233 (91.41% from 255 or 44.98% from 518); Max value from RGB is 233 - color contains mainly: blue. Hex color #6DB0E9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6DB0E9 is #924F16. Grayscale: #A2A2A2. Windows color (decimal): -9588503 or 15315053. OLE color: 15315053.

HSL color Cylindrical-coordinate representation of color #6DB0E9: hue angle of 207.58º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6DB0E9 is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB109176233-
CMYK0.530.2400.09
HSL207.58º73.81%67.06%-
HSV(B)207.58º53.22%91.37%-
XYZ36.5440.1982.92-
YUV162.46167.889.87-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.04%
GREEN value IS 176 (69.14% from 255) = 33.98%
BLUE value IS 233 (91.41% from 255) = 44.98%
R=21.04%
G=33.98%
B=44.98%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1091762330.530.2400.09207.5873.8167.06
Hex6DB0E9351809d04a43
Octal1552603516530011320112103
Binary1101101101100001110100111010111000010011101000010010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DB0E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,176,233); }

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

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

 a { background-color: rgb(109,176,233); }

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

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

 span { border-color: rgb(109,176,233); }

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