#6AAFC9

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

Shades of Seagull #6AAFC9

Tints of Seagull #6AAFC9

Color information

#6AAFC9 (or 0x6AAFC9) is unknown color: approx Seagull. HEX triplet: 6A, AF and C9. RGB value is (106,175,201). Sum of RGB (Red+Green+Blue) = 106+175+201=482 (63% of max value = 765). Red value is 106 (41.80% from 255 or 21.99% from 482); Green value is 175 (68.75% from 255 or 36.31% from 482); Blue value is 201 (78.91% from 255 or 41.70% from 482); Max value from RGB is 201 - color contains mainly: blue. Hex color #6AAFC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AAFC9 is #955036. Grayscale: #9D9D9D. Windows color (decimal): -9785399 or 13217642. OLE color: 13217642.

HSL color Cylindrical-coordinate representation of color #6AAFC9: hue angle of 196.42º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6AAFC9 is Cyan = 0.47, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB106175201-
CMYK0.470.1300.21
HSL196.42º46.8%60.2%-
HSV(B)196.42º47.26%78.82%-
XYZ31.8237.9460.9-
YUV157.33152.6491.39-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.99%
GREEN value IS 175 (68.75% from 255) = 36.31%
BLUE value IS 201 (78.91% from 255) = 41.70%
R=21.99%
G=36.31%
B=41.70%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1061752010.470.1300.21196.4246.860.2
Hex6AAFC92FD015c42f3c
Octal15225731157150253045774
Binary11010101010111111001001101111110101010111000100101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,175,201); }

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

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

 a { background-color: rgb(106,175,201); }

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

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

 span { border-color: rgb(106,175,201); }

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