#6AADCB

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

Shades of Seagull #6AADCB

Tints of Seagull #6AADCB

Color information

#6AADCB (or 0x6AADCB) is unknown color: approx Seagull. HEX triplet: 6A, AD and CB. RGB value is (106,173,203). Sum of RGB (Red+Green+Blue) = 106+173+203=482 (63% of max value = 765). Red value is 106 (41.80% from 255 or 21.99% from 482); Green value is 173 (67.97% from 255 or 35.89% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 203 - color contains mainly: blue. Hex color #6AADCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AADCB is #955234. Grayscale: #9C9C9C. Windows color (decimal): -9785909 or 13348202. OLE color: 13348202.

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

Color convert

RGB106173203-
CMYK0.480.1500.20
HSL198.56º48.26%60.59%-
HSV(B)198.56º47.78%79.61%-
XYZ31.6737.2662.02-
YUV156.39154.392.06-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.99%
GREEN value IS 173 (67.97% from 255) = 35.89%
BLUE value IS 203 (79.69% from 255) = 42.12%
R=21.99%
G=35.89%
B=42.12%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1061732030.480.1500.20198.5648.2660.59
Hex6AADCB30F014c7303d
Octal15225531360170243076075
Binary11010101010110111001011110000111101010011000111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AADCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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