#6EA9CF

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

Shades of Seagull #6EA9CF

Tints of Seagull #6EA9CF

Color information

#6EA9CF (or 0x6EA9CF) is unknown color: approx Seagull. HEX triplet: 6E, A9 and CF. RGB value is (110,169,207). Sum of RGB (Red+Green+Blue) = 110+169+207=486 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.63% from 486); Green value is 169 (66.41% from 255 or 34.77% from 486); Blue value is 207 (81.25% from 255 or 42.59% from 486); Max value from RGB is 207 - color contains mainly: blue. Hex color #6EA9CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EA9CF is #915630. Grayscale: #9B9B9B. Windows color (decimal): -9524785 or 13609326. OLE color: 13609326.

HSL color Cylindrical-coordinate representation of color #6EA9CF: hue angle of 203.51º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6EA9CF is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB110169207-
CMYK0.470.1800.19
HSL203.51º50.26%62.16%-
HSV(B)203.51º46.86%81.18%-
XYZ31.8836.264.34-
YUV155.69156.9595.41-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.63%
GREEN value IS 169 (66.41% from 255) = 34.77%
BLUE value IS 207 (81.25% from 255) = 42.59%
R=22.63%
G=34.77%
B=42.59%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1101692070.470.1800.19203.5150.2662.16
Hex6EA9CF2F12013cc323e
Octal15625131757220233146276
Binary110111010101001110011111011111001001001111001100110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,169,207); }

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

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

 a { background-color: rgb(110,169,207); }

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

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

 span { border-color: rgb(110,169,207); }

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