#6ABED1

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

Shades of Seagull #6ABED1

Tints of Seagull #6ABED1

Color information

#6ABED1 (or 0x6ABED1) is unknown color: approx Seagull. HEX triplet: 6A, BE and D1. RGB value is (106,190,209). Sum of RGB (Red+Green+Blue) = 106+190+209=505 (66% of max value = 765). Red value is 106 (41.80% from 255 or 20.99% from 505); Green value is 190 (74.61% from 255 or 37.62% from 505); Blue value is 209 (82.03% from 255 or 41.39% from 505); Max value from RGB is 209 - color contains mainly: blue. Hex color #6ABED1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABED1 is #95412E. Grayscale: #A6A6A6. Windows color (decimal): -9781551 or 13745770. OLE color: 13745770.

HSL color Cylindrical-coordinate representation of color #6ABED1: hue angle of 191.07º 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 #6ABED1 is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB106190209-
CMYK0.490.0900.18
HSL191.07º52.82%61.76%-
HSV(B)191.07º49.28%81.96%-
XYZ35.8744.4967.02-
YUV167.05151.6784.46-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.99%
GREEN value IS 190 (74.61% from 255) = 37.62%
BLUE value IS 209 (82.03% from 255) = 41.39%
R=20.99%
G=37.62%
B=41.39%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1061902090.490.0900.18191.0752.8261.76
Hex6ABED1319012bf353e
Octal15227632161110222776576
Binary11010101011111011010001110001100101001010111111110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ABED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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