#6FAECE

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

Shades of Seagull #6FAECE

Tints of Seagull #6FAECE

Color information

#6FAECE (or 0x6FAECE) is unknown color: approx Seagull. HEX triplet: 6F, AE and CE. RGB value is (111,174,206). Sum of RGB (Red+Green+Blue) = 111+174+206=491 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.61% from 491); Green value is 174 (68.36% from 255 or 35.44% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 206 - color contains mainly: blue. Hex color #6FAECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FAECE is #905131. Grayscale: #9E9E9E. Windows color (decimal): -9457970 or 13545071. OLE color: 13545071.

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

Color convert

RGB111174206-
CMYK0.460.1600.19
HSL200.21º49.22%62.16%-
HSV(B)200.21º46.12%80.78%-
XYZ32.8338.1164.02-
YUV158.81154.6393.9-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.61%
GREEN value IS 174 (68.36% from 255) = 35.44%
BLUE value IS 206 (80.86% from 255) = 41.96%
R=22.61%
G=35.44%
B=41.96%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1111742060.460.1600.19200.2149.2262.16
Hex6FAECE2E10013c8313e
Octal15725631656200233106176
Binary110111110101110110011101011101000001001111001000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FAECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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