#6DBCDA

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

Shades of Malibu #6DBCDA

Tints of Malibu #6DBCDA

Color information

#6DBCDA (or 0x6DBCDA) is unknown color: approx Malibu. HEX triplet: 6D, BC and DA. RGB value is (109,188,218). Sum of RGB (Red+Green+Blue) = 109+188+218=515 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.17% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 218 (85.55% from 255 or 42.33% from 515); Max value from RGB is 218 - color contains mainly: blue. Hex color #6DBCDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBCDA is #924325. Grayscale: #A7A7A7. Windows color (decimal): -9585446 or 14335085. OLE color: 14335085.

HSL color Cylindrical-coordinate representation of color #6DBCDA: hue angle of 196.51º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DBCDA is Cyan = 0.5, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB109188218-
CMYK0.50.1400.15
HSL196.51º59.56%64.12%-
HSV(B)196.51º50%85.49%-
XYZ36.9444.2872.93-
YUV167.8156.3386.06-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.17%
GREEN value IS 188 (73.83% from 255) = 36.50%
BLUE value IS 218 (85.55% from 255) = 42.33%
R=21.17%
G=36.50%
B=42.33%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1091882180.50.1400.15196.5159.5664.12
Hex6DBCDA32E0Fc53c40
Octal155274332621601730574100
Binary11011011011110011011010110010111001111110001011111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DBCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,188,218); }

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

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

 a { background-color: rgb(109,188,218); }

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

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

 span { border-color: rgb(109,188,218); }

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