#6FBFCE

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

Shades of Seagull #6FBFCE

Tints of Seagull #6FBFCE

Color information

#6FBFCE (or 0x6FBFCE) is unknown color: approx Seagull. HEX triplet: 6F, BF and CE. RGB value is (111,191,206). Sum of RGB (Red+Green+Blue) = 111+191+206=508 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.85% from 508); Green value is 191 (75% from 255 or 37.60% from 508); Blue value is 206 (80.86% from 255 or 40.55% from 508); Max value from RGB is 206 - color contains mainly: blue. Hex color #6FBFCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBFCE is #904031. Grayscale: #A8A8A8. Windows color (decimal): -9453618 or 13549423. OLE color: 13549423.

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

Color convert

RGB111191206-
CMYK0.460.0700.19
HSL189.47º49.22%62.16%-
HSV(B)189.47º46.12%80.78%-
XYZ36.3345.165.18-
YUV168.7914986.78-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.85%
GREEN value IS 191 (75% from 255) = 37.60%
BLUE value IS 206 (80.86% from 255) = 40.55%
R=21.85%
G=37.60%
B=40.55%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1111912060.460.0700.19189.4749.2262.16
Hex6FBFCE2E7013bd313e
Octal1572773165670232756176
Binary1101111101111111100111010111011101001110111101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,191,206); }

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

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

 a { background-color: rgb(111,191,206); }

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

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

 span { border-color: rgb(111,191,206); }

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