#6EBAD7

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

Shades of Seagull #6EBAD7

Tints of Seagull #6EBAD7

Color information

#6EBAD7 (or 0x6EBAD7) is unknown color: approx Seagull. HEX triplet: 6E, BA and D7. RGB value is (110,186,215). Sum of RGB (Red+Green+Blue) = 110+186+215=511 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.53% from 511); Green value is 186 (73.05% from 255 or 36.40% from 511); Blue value is 215 (84.38% from 255 or 42.07% from 511); Max value from RGB is 215 - color contains mainly: blue. Hex color #6EBAD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBAD7 is #914528. Grayscale: #A6A6A6. Windows color (decimal): -9520425 or 14137966. OLE color: 14137966.

HSL color Cylindrical-coordinate representation of color #6EBAD7: hue angle of 196.57º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6EBAD7 is Cyan = 0.49, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB110186215-
CMYK0.490.1300.16
HSL196.57º56.76%63.73%-
HSV(B)196.57º48.84%84.31%-
XYZ36.2643.3470.74-
YUV166.58155.3287.64-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 21.53%
GREEN value IS 186 (73.05% from 255) = 36.40%
BLUE value IS 215 (84.38% from 255) = 42.07%
R=21.53%
G=36.40%
B=42.07%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1101862150.490.1300.16196.5756.7663.73
Hex6EBAD731D010c53940
Octal156272327611502030571100
Binary110111010111010110101111100011101010000110001011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EBAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,186,215); }

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

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

 a { background-color: rgb(110,186,215); }

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

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

 span { border-color: rgb(110,186,215); }

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