#6DBDE9

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

Shades of Malibu #6DBDE9

Tints of Malibu #6DBDE9

Color information

#6DBDE9 (or 0x6DBDE9) is unknown color: approx Malibu. HEX triplet: 6D, BD and E9. RGB value is (109,189,233). Sum of RGB (Red+Green+Blue) = 109+189+233=531 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.53% from 531); Green value is 189 (74.22% from 255 or 35.59% from 531); Blue value is 233 (91.41% from 255 or 43.88% from 531); Max value from RGB is 233 - color contains mainly: blue. Hex color #6DBDE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DBDE9 is #924216. Grayscale: #A9A9A9. Windows color (decimal): -9585175 or 15318381. OLE color: 15318381.

HSL color Cylindrical-coordinate representation of color #6DBDE9: hue angle of 201.29º 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 #6DBDE9 is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB109189233-
CMYK0.530.1900.09
HSL201.29º73.81%67.06%-
HSV(B)201.29º53.22%91.37%-
XYZ39.2145.5383.81-
YUV170.1163.584.42-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.53%
GREEN value IS 189 (74.22% from 255) = 35.59%
BLUE value IS 233 (91.41% from 255) = 43.88%
R=20.53%
G=35.59%
B=43.88%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1091892330.530.1900.09201.2973.8167.06
Hex6DBDE9351309c94a43
Octal1552753516523011311112103
Binary1101101101111011110100111010110011010011100100110010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DBDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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