#6FBECE

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

Shades of Seagull #6FBECE

Tints of Seagull #6FBECE

Color information

#6FBECE (or 0x6FBECE) is unknown color: approx Seagull. HEX triplet: 6F, BE and CE. RGB value is (111,190,206). Sum of RGB (Red+Green+Blue) = 111+190+206=507 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.89% from 507); Green value is 190 (74.61% from 255 or 37.48% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 206 - color contains mainly: blue. Hex color #6FBECE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBECE is #904131. Grayscale: #A8A8A8. Windows color (decimal): -9453874 or 13549167. OLE color: 13549167.

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

Color convert

RGB111190206-
CMYK0.460.0800.19
HSL190.11º49.22%62.16%-
HSV(B)190.11º46.12%80.78%-
XYZ36.1144.6665.11-
YUV168.2149.3387.2-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.89%
GREEN value IS 190 (74.61% from 255) = 37.48%
BLUE value IS 206 (80.86% from 255) = 40.63%
R=21.89%
G=37.48%
B=40.63%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1111902060.460.0800.19190.1149.2262.16
Hex6FBECE2E8013be313e
Octal15727631656100232766176
Binary11011111011111011001110101110100001001110111110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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