#6AB1DC

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

Shades of Malibu #6AB1DC

Tints of Malibu #6AB1DC

Color information

#6AB1DC (or 0x6AB1DC) is unknown color: approx Malibu. HEX triplet: 6A, B1 and DC. RGB value is (106,177,220). Sum of RGB (Red+Green+Blue) = 106+177+220=503 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.07% from 503); Green value is 177 (69.53% from 255 or 35.19% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #6AB1DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AB1DC is #954E23. Grayscale: #A0A0A0. Windows color (decimal): -9784868 or 14463338. OLE color: 14463338.

HSL color Cylindrical-coordinate representation of color #6AB1DC: hue angle of 202.63º 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 #6AB1DC is Cyan = 0.52, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB106177220-
CMYK0.520.2000.14
HSL202.63º61.96%63.92%-
HSV(B)202.63º51.82%86.27%-
XYZ34.5839.6873.55-
YUV160.67161.4889-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.07%
GREEN value IS 177 (69.53% from 255) = 35.19%
BLUE value IS 220 (86.33% from 255) = 43.74%
R=21.07%
G=35.19%
B=43.74%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1061772200.520.2000.14202.6361.9663.92
Hex6AB1DC34140Ecb3e40
Octal152261334642401631376100
Binary110101010110001110111001101001010001110110010111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AB1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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