#6EACCB

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

Shades of Seagull #6EACCB

Tints of Seagull #6EACCB

Color information

#6EACCB (or 0x6EACCB) is unknown color: approx Seagull. HEX triplet: 6E, AC and CB. RGB value is (110,172,203). Sum of RGB (Red+Green+Blue) = 110+172+203=485 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.68% from 485); Green value is 172 (67.58% from 255 or 35.46% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 203 - color contains mainly: blue. Hex color #6EACCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EACCB is #915334. Grayscale: #9C9C9C. Windows color (decimal): -9524021 or 13347950. OLE color: 13347950.

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

Color convert

RGB110172203-
CMYK0.460.1500.20
HSL200º47.21%61.37%-
HSV(B)200º45.81%79.61%-
XYZ31.9637.1361.98-
YUV157153.9694.48-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.68%
GREEN value IS 172 (67.58% from 255) = 35.46%
BLUE value IS 203 (79.69% from 255) = 41.86%
R=22.68%
G=35.46%
B=41.86%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1101722030.460.1500.2020047.2161.37
Hex6EACCB2EF014c82f3d
Octal15625431356170243105775
Binary11011101010110011001011101110111101010011001000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EACCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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