#6FB8CF

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

Shades of Seagull #6FB8CF

Tints of Seagull #6FB8CF

Color information

#6FB8CF (or 0x6FB8CF) is unknown color: approx Seagull. HEX triplet: 6F, B8 and CF. RGB value is (111,184,207). Sum of RGB (Red+Green+Blue) = 111+184+207=502 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.11% from 502); Green value is 184 (72.27% from 255 or 36.65% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 207 - color contains mainly: blue. Hex color #6FB8CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FB8CF is #904730. Grayscale: #A4A4A4. Windows color (decimal): -9455409 or 13613167. OLE color: 13613167.

HSL color Cylindrical-coordinate representation of color #6FB8CF: hue angle of 194.38º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FB8CF is Cyan = 0.46, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB111184207-
CMYK0.460.1100.19
HSL194.38º50%62.35%-
HSV(B)194.38º46.38%81.18%-
XYZ34.9642.1765.33-
YUV164.8151.8289.63-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.11%
GREEN value IS 184 (72.27% from 255) = 36.65%
BLUE value IS 207 (81.25% from 255) = 41.24%
R=22.11%
G=36.65%
B=41.24%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1111842070.460.1100.19194.385062.35
Hex6FB8CF2EB013c2323e
Octal15727031756130233026276
Binary11011111011100011001111101110101101001111000010110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,184,207); }

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

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

 a { background-color: rgb(111,184,207); }

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

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

 span { border-color: rgb(111,184,207); }

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