#6FA9CD

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

Shades of Seagull #6FA9CD

Tints of Seagull #6FA9CD

Color information

#6FA9CD (or 0x6FA9CD) is unknown color: approx Seagull. HEX triplet: 6F, A9 and CD. RGB value is (111,169,205). Sum of RGB (Red+Green+Blue) = 111+169+205=485 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.89% from 485); Green value is 169 (66.41% from 255 or 34.85% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 205 - color contains mainly: blue. Hex color #6FA9CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FA9CD is #905632. Grayscale: #9B9B9B. Windows color (decimal): -9459251 or 13478255. OLE color: 13478255.

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

Color convert

RGB111169205-
CMYK0.460.1800.20
HSL202.98º48.45%61.96%-
HSV(B)202.98º45.85%80.39%-
XYZ31.7636.1663.06-
YUV155.76155.7896.07-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.89%
GREEN value IS 169 (66.41% from 255) = 34.85%
BLUE value IS 205 (80.47% from 255) = 42.27%
R=22.89%
G=34.85%
B=42.27%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1111692050.460.1800.20202.9848.4561.96
Hex6FA9CD2E12014cb303e
Octal15725131556220243136076
Binary110111110101001110011011011101001001010011001011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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