#6FAECC

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

Shades of Seagull #6FAECC

Tints of Seagull #6FAECC

Color information

#6FAECC (or 0x6FAECC) is unknown color: approx Seagull. HEX triplet: 6F, AE and CC. RGB value is (111,174,204). Sum of RGB (Red+Green+Blue) = 111+174+204=489 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.70% from 489); Green value is 174 (68.36% from 255 or 35.58% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 204 - color contains mainly: blue. Hex color #6FAECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FAECC is #905133. Grayscale: #9E9E9E. Windows color (decimal): -9457972 or 13413999. OLE color: 13413999.

HSL color Cylindrical-coordinate representation of color #6FAECC: hue angle of 199.35º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FAECC is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB111174204-
CMYK0.460.1500.2
HSL199.35º47.69%61.76%-
HSV(B)199.35º45.59%80%-
XYZ32.5938.0162.75-
YUV158.58153.6394.06-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.70%
GREEN value IS 174 (68.36% from 255) = 35.58%
BLUE value IS 204 (80.08% from 255) = 41.72%
R=22.70%
G=35.58%
B=41.72%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1111742040.460.1500.2199.3547.6961.76
Hex6FAECC2EF014c7303e
Octal15725631456170243076076
Binary11011111010111011001100101110111101010011000111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FAECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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