#6ABDDD

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

Shades of Malibu #6ABDDD

Tints of Malibu #6ABDDD

Color information

#6ABDDD (or 0x6ABDDD) is unknown color: approx Malibu. HEX triplet: 6A, BD and DD. RGB value is (106,189,221). Sum of RGB (Red+Green+Blue) = 106+189+221=516 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.54% from 516); Green value is 189 (74.22% from 255 or 36.63% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 221 - color contains mainly: blue. Hex color #6ABDDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABDDD is #954222. Grayscale: #A7A7A7. Windows color (decimal): -9781795 or 14531946. OLE color: 14531946.

HSL color Cylindrical-coordinate representation of color #6ABDDD: hue angle of 196.7º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6ABDDD is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB106189221-
CMYK0.520.1400.13
HSL196.7º62.84%64.12%-
HSV(B)196.7º52.04%86.67%-
XYZ37.1944.6875.07-
YUV167.8315883.9-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.54%
GREEN value IS 189 (74.22% from 255) = 36.63%
BLUE value IS 221 (86.72% from 255) = 42.83%
R=20.54%
G=36.63%
B=42.83%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1061892210.520.1400.13196.762.8464.12
Hex6ABDDD34E0Dc53f40
Octal152275335641601530577100
Binary11010101011110111011101110100111001101110001011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ABDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,189,221); }

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

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

 a { background-color: rgb(106,189,221); }

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

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

 span { border-color: rgb(106,189,221); }

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