#6FBAD7

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

Shades of Seagull #6FBAD7

Tints of Seagull #6FBAD7

Color information

#6FBAD7 (or 0x6FBAD7) is unknown color: approx Seagull. HEX triplet: 6F, BA and D7. RGB value is (111,186,215). Sum of RGB (Red+Green+Blue) = 111+186+215=512 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.68% from 512); Green value is 186 (73.05% from 255 or 36.33% from 512); Blue value is 215 (84.38% from 255 or 41.99% from 512); Max value from RGB is 215 - color contains mainly: blue. Hex color #6FBAD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBAD7 is #904528. Grayscale: #A6A6A6. Windows color (decimal): -9454889 or 14137967. OLE color: 14137967.

HSL color Cylindrical-coordinate representation of color #6FBAD7: hue angle of 196.73º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6FBAD7 is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB111186215-
CMYK0.480.1300.16
HSL196.73º56.52%63.92%-
HSV(B)196.73º48.37%84.31%-
XYZ36.3843.470.75-
YUV166.88155.1588.14-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.68%
GREEN value IS 186 (73.05% from 255) = 36.33%
BLUE value IS 215 (84.38% from 255) = 41.99%
R=21.68%
G=36.33%
B=41.99%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1111862150.480.1300.16196.7356.5263.92
Hex6FBAD730D010c53940
Octal157272327601502030571100
Binary110111110111010110101111100001101010000110001011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,186,215); }

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

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

 a { background-color: rgb(111,186,215); }

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

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

 span { border-color: rgb(111,186,215); }

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