#6AADCE

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

Shades of Seagull #6AADCE

Tints of Seagull #6AADCE

Color information

#6AADCE (or 0x6AADCE) is unknown color: approx Seagull. HEX triplet: 6A, AD and CE. RGB value is (106,173,206). Sum of RGB (Red+Green+Blue) = 106+173+206=485 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.86% from 485); Green value is 173 (67.97% from 255 or 35.67% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 206 - color contains mainly: blue. Hex color #6AADCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AADCE is #955231. Grayscale: #9C9C9C. Windows color (decimal): -9785906 or 13544810. OLE color: 13544810.

HSL color Cylindrical-coordinate representation of color #6AADCE: hue angle of 199.8º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6AADCE is Cyan = 0.49, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB106173206-
CMYK0.490.1600.19
HSL199.8º50.51%61.18%-
HSV(B)199.8º48.54%80.78%-
XYZ32.0337.4163.92-
YUV156.73155.891.82-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.86%
GREEN value IS 173 (67.97% from 255) = 35.67%
BLUE value IS 206 (80.86% from 255) = 42.47%
R=21.86%
G=35.67%
B=42.47%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1061732060.490.1600.19199.850.5161.18
Hex6AADCE3110013c8333d
Octal15225531661200233106375
Binary110101010101101110011101100011000001001111001000110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AADCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,173,206); }

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

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

 a { background-color: rgb(106,173,206); }

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

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

 span { border-color: rgb(106,173,206); }

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