#6FB5CF

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

Shades of Seagull #6FB5CF

Tints of Seagull #6FB5CF

Color information

#6FB5CF (or 0x6FB5CF) is unknown color: approx Seagull. HEX triplet: 6F, B5 and CF. RGB value is (111,181,207). Sum of RGB (Red+Green+Blue) = 111+181+207=499 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.24% from 499); Green value is 181 (71.09% from 255 or 36.27% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 207 - color contains mainly: blue. Hex color #6FB5CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FB5CF is #904A30. Grayscale: #A2A2A2. Windows color (decimal): -9456177 or 13612399. OLE color: 13612399.

HSL color Cylindrical-coordinate representation of color #6FB5CF: hue angle of 196.25º 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 #6FB5CF is Cyan = 0.46, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB111181207-
CMYK0.460.1300.19
HSL196.25º50%62.35%-
HSV(B)196.25º46.38%81.18%-
XYZ34.3440.9365.12-
YUV163.03152.8190.89-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.24%
GREEN value IS 181 (71.09% from 255) = 36.27%
BLUE value IS 207 (81.25% from 255) = 41.48%
R=22.24%
G=36.27%
B=41.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1111812070.460.1300.19196.255062.35
Hex6FB5CF2ED013c4323e
Octal15726531756150233046276
Binary11011111011010111001111101110110101001111000100110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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