#6EACCA

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

Shades of Seagull #6EACCA

Tints of Seagull #6EACCA

Color information

#6EACCA (or 0x6EACCA) is unknown color: approx Seagull. HEX triplet: 6E, AC and CA. RGB value is (110,172,202). Sum of RGB (Red+Green+Blue) = 110+172+202=484 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.73% from 484); Green value is 172 (67.58% from 255 or 35.54% from 484); Blue value is 202 (79.30% from 255 or 41.74% from 484); Max value from RGB is 202 - color contains mainly: blue. Hex color #6EACCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EACCA is #915335. Grayscale: #9C9C9C. Windows color (decimal): -9524022 or 13282414. OLE color: 13282414.

HSL color Cylindrical-coordinate representation of color #6EACCA: hue angle of 199.57º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6EACCA is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB110172202-
CMYK0.460.1500.21
HSL199.57º46.46%61.18%-
HSV(B)199.57º45.54%79.22%-
XYZ31.8437.0861.36-
YUV156.88153.4694.56-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.73%
GREEN value IS 172 (67.58% from 255) = 35.54%
BLUE value IS 202 (79.30% from 255) = 41.74%
R=22.73%
G=35.54%
B=41.74%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1101722020.460.1500.21199.5746.4661.18
Hex6EACCA2EF015c82e3d
Octal15625431256170253105675
Binary11011101010110011001010101110111101010111001000101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EACCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,172,202); }

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

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

 a { background-color: rgb(110,172,202); }

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

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

 span { border-color: rgb(110,172,202); }

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