#6ABAD4

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

Shades of Seagull #6ABAD4

Tints of Seagull #6ABAD4

Color information

#6ABAD4 (or 0x6ABAD4) is unknown color: approx Seagull. HEX triplet: 6A, BA and D4. RGB value is (106,186,212). Sum of RGB (Red+Green+Blue) = 106+186+212=504 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.03% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 212 (83.20% from 255 or 42.06% from 504); Max value from RGB is 212 - color contains mainly: blue. Hex color #6ABAD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABAD4 is #95452B. Grayscale: #A4A4A4. Windows color (decimal): -9782572 or 13941354. OLE color: 13941354.

HSL color Cylindrical-coordinate representation of color #6ABAD4: hue angle of 194.72º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6ABAD4 is Cyan = 0.5, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB106186212-
CMYK0.50.1200.17
HSL194.72º55.21%62.35%-
HSV(B)194.72º50%83.14%-
XYZ35.3942.9468.71-
YUV165.04154.585.89-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.03%
GREEN value IS 186 (73.05% from 255) = 36.90%
BLUE value IS 212 (83.20% from 255) = 42.06%
R=21.03%
G=36.90%
B=42.06%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1061862120.50.1200.17194.7255.2162.35
Hex6ABAD432C011c3373e
Octal15227232462140213036776
Binary11010101011101011010100110010110001000111000011110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ABAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,186,212); }

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

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

 a { background-color: rgb(106,186,212); }

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

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

 span { border-color: rgb(106,186,212); }

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