#6AB2D1

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

Shades of Seagull #6AB2D1

Tints of Seagull #6AB2D1

Color information

#6AB2D1 (or 0x6AB2D1) is unknown color: approx Seagull. HEX triplet: 6A, B2 and D1. RGB value is (106,178,209). Sum of RGB (Red+Green+Blue) = 106+178+209=493 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.50% from 493); Green value is 178 (69.92% from 255 or 36.11% from 493); Blue value is 209 (82.03% from 255 or 42.39% from 493); Max value from RGB is 209 - color contains mainly: blue. Hex color #6AB2D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AB2D1 is #954D2E. Grayscale: #9F9F9F. Windows color (decimal): -9784623 or 13742698. OLE color: 13742698.

HSL color Cylindrical-coordinate representation of color #6AB2D1: hue angle of 198.06º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6AB2D1 is Cyan = 0.49, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB106178209-
CMYK0.490.1500.18
HSL198.06º52.82%61.76%-
HSV(B)198.06º49.28%81.96%-
XYZ33.3739.5166.19-
YUV160.01155.6589.48-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.50%
GREEN value IS 178 (69.92% from 255) = 36.11%
BLUE value IS 209 (82.03% from 255) = 42.39%
R=21.50%
G=36.11%
B=42.39%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1061782090.490.1500.18198.0652.8261.76
Hex6AB2D131F012c6353e
Octal15226232161170223066576
Binary11010101011001011010001110001111101001011000110110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AB2D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,178,209); }

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

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

 a { background-color: rgb(106,178,209); }

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

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

 span { border-color: rgb(106,178,209); }

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