#6EBDCE

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

Shades of Seagull #6EBDCE

Tints of Seagull #6EBDCE

Color information

#6EBDCE (or 0x6EBDCE) is unknown color: approx Seagull. HEX triplet: 6E, BD and CE. RGB value is (110,189,206). Sum of RGB (Red+Green+Blue) = 110+189+206=505 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.78% from 505); Green value is 189 (74.22% from 255 or 37.43% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 206 - color contains mainly: blue. Hex color #6EBDCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBDCE is #914231. Grayscale: #A7A7A7. Windows color (decimal): -9519666 or 13548910. OLE color: 13548910.

HSL color Cylindrical-coordinate representation of color #6EBDCE: hue angle of 190.62º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6EBDCE is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB110189206-
CMYK0.470.0800.19
HSL190.62º49.48%61.96%-
HSV(B)190.62º46.6%80.78%-
XYZ35.7744.1765.03-
YUV167.32149.8387.12-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 21.78%
GREEN value IS 189 (74.22% from 255) = 37.43%
BLUE value IS 206 (80.86% from 255) = 40.79%
R=21.78%
G=37.43%
B=40.79%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1101892060.470.0800.19190.6249.4861.96
Hex6EBDCE2F8013bf313e
Octal15627531657100232776176
Binary11011101011110111001110101111100001001110111111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EBDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,189,206); }

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

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

 a { background-color: rgb(110,189,206); }

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

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

 span { border-color: rgb(110,189,206); }

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