#6DC0EB

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

Shades of Malibu #6DC0EB

Tints of Malibu #6DC0EB

Color information

#6DC0EB (or 0x6DC0EB) is unknown color: approx Malibu. HEX triplet: 6D, C0 and EB. RGB value is (109,192,235). Sum of RGB (Red+Green+Blue) = 109+192+235=536 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.34% from 536); Green value is 192 (75.39% from 255 or 35.82% from 536); Blue value is 235 (92.19% from 255 or 43.84% from 536); Max value from RGB is 235 - color contains mainly: blue. Hex color #6DC0EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DC0EB is #923F14. Grayscale: #ABABAB. Windows color (decimal): -9584405 or 15450221. OLE color: 15450221.

HSL color Cylindrical-coordinate representation of color #6DC0EB: hue angle of 200.48º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DC0EB is Cyan = 0.54, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB109192235-
CMYK0.540.1800.08
HSL200.48º75.9%67.45%-
HSV(B)200.48º53.62%92.16%-
XYZ40.1546.9585.54-
YUV172.08163.583-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.34%
GREEN value IS 192 (75.39% from 255) = 35.82%
BLUE value IS 235 (92.19% from 255) = 43.84%
R=20.34%
G=35.82%
B=43.84%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1091922350.540.1800.08200.4875.967.45
Hex6DC0EB361208c84c43
Octal1553003536622010310114103
Binary1101101110000001110101111011010010010001100100010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DC0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,192,235); }

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

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

 a { background-color: rgb(109,192,235); }

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

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

 span { border-color: rgb(109,192,235); }

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