#6FB1CF

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

Shades of Seagull #6FB1CF

Tints of Seagull #6FB1CF

Color information

#6FB1CF (or 0x6FB1CF) is unknown color: approx Seagull. HEX triplet: 6F, B1 and CF. RGB value is (111,177,207). Sum of RGB (Red+Green+Blue) = 111+177+207=495 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.42% from 495); Green value is 177 (69.53% from 255 or 35.76% from 495); Blue value is 207 (81.25% from 255 or 41.82% from 495); Max value from RGB is 207 - color contains mainly: blue. Hex color #6FB1CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FB1CF is #904E30. Grayscale: #A0A0A0. Windows color (decimal): -9457201 or 13611375. OLE color: 13611375.

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

Color convert

RGB111177207-
CMYK0.460.1400.19
HSL198.75º50%62.35%-
HSV(B)198.75º46.38%81.18%-
XYZ33.5439.3364.85-
YUV160.69154.1392.56-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.42%
GREEN value IS 177 (69.53% from 255) = 35.76%
BLUE value IS 207 (81.25% from 255) = 41.82%
R=22.42%
G=35.76%
B=41.82%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1111772070.460.1400.19198.755062.35
Hex6FB1CF2EE013c7323e
Octal15726131756160233076276
Binary11011111011000111001111101110111001001111000111110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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