#6DBEE2

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

Shades of Malibu #6DBEE2

Tints of Malibu #6DBEE2

Color information

#6DBEE2 (or 0x6DBEE2) is unknown color: approx Malibu. HEX triplet: 6D, BE and E2. RGB value is (109,190,226). Sum of RGB (Red+Green+Blue) = 109+190+226=525 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.76% from 525); Green value is 190 (74.61% from 255 or 36.19% from 525); Blue value is 226 (88.67% from 255 or 43.05% from 525); Max value from RGB is 226 - color contains mainly: blue. Hex color #6DBEE2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBEE2 is #92411D. Grayscale: #A9A9A9. Windows color (decimal): -9584926 or 14859885. OLE color: 14859885.

HSL color Cylindrical-coordinate representation of color #6DBEE2: hue angle of 198.46º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6DBEE2 is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB109190226-
CMYK0.520.1600.11
HSL198.46º66.86%65.69%-
HSV(B)198.46º51.77%88.63%-
XYZ38.4545.5778.72-
YUV169.88159.6684.57-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.76%
GREEN value IS 190 (74.61% from 255) = 36.19%
BLUE value IS 226 (88.67% from 255) = 43.05%
R=20.76%
G=36.19%
B=43.05%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1091902260.520.1600.11198.4666.8665.69
Hex6DBEE234100Bc64342
Octal1552763426420013306103102
Binary1101101101111101110001011010010000010111100011010000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DBEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,190,226); }

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

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

 a { background-color: rgb(109,190,226); }

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

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

 span { border-color: rgb(109,190,226); }

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