#6FA9CE

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

Shades of Seagull #6FA9CE

Tints of Seagull #6FA9CE

Color information

#6FA9CE (or 0x6FA9CE) is unknown color: approx Seagull. HEX triplet: 6F, A9 and CE. RGB value is (111,169,206). Sum of RGB (Red+Green+Blue) = 111+169+206=486 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.84% from 486); Green value is 169 (66.41% from 255 or 34.77% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 206 - color contains mainly: blue. Hex color #6FA9CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FA9CE is #905631. Grayscale: #9B9B9B. Windows color (decimal): -9459250 or 13543791. OLE color: 13543791.

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

Color convert

RGB111169206-
CMYK0.460.1800.19
HSL203.37º49.22%62.16%-
HSV(B)203.37º46.12%80.78%-
XYZ31.8836.2163.7-
YUV155.88156.2895.99-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.84%
GREEN value IS 169 (66.41% from 255) = 34.77%
BLUE value IS 206 (80.86% from 255) = 42.39%
R=22.84%
G=34.77%
B=42.39%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1111692060.460.1800.19203.3749.2262.16
Hex6FA9CE2E12013cb313e
Octal15725131656220233136176
Binary110111110101001110011101011101001001001111001011110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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