#6AADCD

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

Shades of Seagull #6AADCD

Tints of Seagull #6AADCD

Color information

#6AADCD (or 0x6AADCD) is unknown color: approx Seagull. HEX triplet: 6A, AD and CD. RGB value is (106,173,205). Sum of RGB (Red+Green+Blue) = 106+173+205=484 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.90% from 484); Green value is 173 (67.97% from 255 or 35.74% from 484); Blue value is 205 (80.47% from 255 or 42.36% from 484); Max value from RGB is 205 - color contains mainly: blue. Hex color #6AADCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AADCD is #955232. Grayscale: #9C9C9C. Windows color (decimal): -9785907 or 13479274. OLE color: 13479274.

HSL color Cylindrical-coordinate representation of color #6AADCD: hue angle of 199.39º degrees, saturation: 0.5, 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 #6AADCD is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB106173205-
CMYK0.480.1600.20
HSL199.39º49.75%60.98%-
HSV(B)199.39º48.29%80.39%-
XYZ31.9137.3663.29-
YUV156.61155.391.9-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.90%
GREEN value IS 173 (67.97% from 255) = 35.74%
BLUE value IS 205 (80.47% from 255) = 42.36%
R=21.90%
G=35.74%
B=42.36%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1061732050.480.1600.20199.3949.7560.98
Hex6AADCD3010014c7323d
Octal15225531560200243076275
Binary110101010101101110011011100001000001010011000111110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AADCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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