#6AACCB

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

Shades of Seagull #6AACCB

Tints of Seagull #6AACCB

Color information

#6AACCB (or 0x6AACCB) is unknown color: approx Seagull. HEX triplet: 6A, AC and CB. RGB value is (106,172,203). Sum of RGB (Red+Green+Blue) = 106+172+203=481 (63% of max value = 765). Red value is 106 (41.80% from 255 or 22.04% from 481); Green value is 172 (67.58% from 255 or 35.76% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 203 - color contains mainly: blue. Hex color #6AACCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AACCB is #955334. Grayscale: #9B9B9B. Windows color (decimal): -9786165 or 13347946. OLE color: 13347946.

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

Color convert

RGB106172203-
CMYK0.480.1500.20
HSL199.18º48.26%60.59%-
HSV(B)199.18º47.78%79.61%-
XYZ31.4836.8861.96-
YUV155.8154.6392.48-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.04%
GREEN value IS 172 (67.58% from 255) = 35.76%
BLUE value IS 203 (79.69% from 255) = 42.20%
R=22.04%
G=35.76%
B=42.20%

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
Decimal1061722030.480.1500.20199.1848.2660.59
Hex6AACCB30F014c7303d
Octal15225431360170243076075
Binary11010101010110011001011110000111101010011000111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AACCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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