#6ABDDC

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

Shades of Malibu #6ABDDC

Tints of Malibu #6ABDDC

Color information

#6ABDDC (or 0x6ABDDC) is unknown color: approx Malibu. HEX triplet: 6A, BD and DC. RGB value is (106,189,220). Sum of RGB (Red+Green+Blue) = 106+189+220=515 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.58% from 515); Green value is 189 (74.22% from 255 or 36.70% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 220 - color contains mainly: blue. Hex color #6ABDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABDDC is #954223. Grayscale: #A7A7A7. Windows color (decimal): -9781796 or 14466410. OLE color: 14466410.

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

Color convert

RGB106189220-
CMYK0.520.1400.14
HSL196.32º61.96%63.92%-
HSV(B)196.32º51.82%86.27%-
XYZ37.0644.6374.37-
YUV167.72157.583.98-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.58%
GREEN value IS 189 (74.22% from 255) = 36.70%
BLUE value IS 220 (86.33% from 255) = 42.72%
R=20.58%
G=36.70%
B=42.72%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1061892200.520.1400.14196.3261.9663.92
Hex6ABDDC34E0Ec43e40
Octal152275334641601630476100
Binary11010101011110111011100110100111001110110001001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ABDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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