#6AAECB

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

Shades of Seagull #6AAECB

Tints of Seagull #6AAECB

Color information

#6AAECB (or 0x6AAECB) is unknown color: approx Seagull. HEX triplet: 6A, AE and CB. RGB value is (106,174,203). Sum of RGB (Red+Green+Blue) = 106+174+203=483 (63% of max value = 765). Red value is 106 (41.80% from 255 or 21.95% from 483); Green value is 174 (68.36% from 255 or 36.02% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 203 - color contains mainly: blue. Hex color #6AAECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AAECB is #955134. Grayscale: #9C9C9C. Windows color (decimal): -9785653 or 13348458. OLE color: 13348458.

HSL color Cylindrical-coordinate representation of color #6AAECB: hue angle of 197.94º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6AAECB is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB106174203-
CMYK0.480.1400.20
HSL197.94º48.26%60.59%-
HSV(B)197.94º47.78%79.61%-
XYZ31.8637.6562.09-
YUV156.97153.9791.64-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.95%
GREEN value IS 174 (68.36% from 255) = 36.02%
BLUE value IS 203 (79.69% from 255) = 42.03%
R=21.95%
G=36.02%
B=42.03%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1061742030.480.1400.20197.9448.2660.59
Hex6AAECB30E014c6303d
Octal15225631360160243066075
Binary11010101010111011001011110000111001010011000110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,174,203); }

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

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

 a { background-color: rgb(106,174,203); }

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

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

 span { border-color: rgb(106,174,203); }

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