#6fabd0

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

Shades of Seagull #6FABD0

Tints of Seagull #6FABD0

Color information

#6FABD0 (or 0x6FABD0) is unknown color: approx Seagull. HEX triplet: 6F, AB and D0. RGB value is (111,171,208). Sum of RGB (Red+Green+Blue) = 111+171+208=490 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.65% from 490); Green value is 171 (67.19% from 255 or 34.90% from 490); Blue value is 208 (81.64% from 255 or 42.45% from 490); Max value from RGB is 208 - color contains mainly: blue. Hex color #6FABD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FABD0 is #90542F. Grayscale: #9D9D9D. Windows color (decimal): -9458736 or 13675375. OLE color: 13675375.

HSL color Cylindrical-coordinate representation of color #6FABD0: hue angle of 202.89º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6FABD0 is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB111171208-
CMYK0.470.1800.18
HSL202.89º50.79%62.55%-
HSV(B)202.89º46.63%81.57%-
XYZ32.537.0665.11-
YUV157.28156.6294.99-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.65%
GREEN value IS 171 (67.19% from 255) = 34.90%
BLUE value IS 208 (81.64% from 255) = 42.45%
R=22.65%
G=34.90%
B=42.45%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1111712080.470.1800.18202.8950.7962.55
Hex6FABD02F12012cb333f
Octal15725332057220223136377
Binary110111110101011110100001011111001001001011001011110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6fabd0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,171,208); }

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

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

 a { background-color: rgb(111,171,208); }

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

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

 span { border-color: rgb(111,171,208); }

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