#6FAFCE

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

Shades of Seagull #6FAFCE

Tints of Seagull #6FAFCE

Color information

#6FAFCE (or 0x6FAFCE) is unknown color: approx Seagull. HEX triplet: 6F, AF and CE. RGB value is (111,175,206). Sum of RGB (Red+Green+Blue) = 111+175+206=492 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.56% from 492); Green value is 175 (68.75% from 255 or 35.57% from 492); Blue value is 206 (80.86% from 255 or 41.87% from 492); Max value from RGB is 206 - color contains mainly: blue. Hex color #6FAFCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FAFCE is #905031. Grayscale: #9F9F9F. Windows color (decimal): -9457714 or 13545327. OLE color: 13545327.

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

Color convert

RGB111175206-
CMYK0.460.1500.19
HSL199.58º49.22%62.16%-
HSV(B)199.58º46.12%80.78%-
XYZ33.0338.564.08-
YUV159.4154.393.48-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.56%
GREEN value IS 175 (68.75% from 255) = 35.57%
BLUE value IS 206 (80.86% from 255) = 41.87%
R=22.56%
G=35.57%
B=41.87%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1111752060.460.1500.19199.5849.2262.16
Hex6FAFCE2EF013c8313e
Octal15725731656170233106176
Binary11011111010111111001110101110111101001111001000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FAFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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