#6EBDCA

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

Shades of Seagull #6EBDCA

Tints of Seagull #6EBDCA

Color information

#6EBDCA (or 0x6EBDCA) is unknown color: approx Seagull. HEX triplet: 6E, BD and CA. RGB value is (110,189,202). Sum of RGB (Red+Green+Blue) = 110+189+202=501 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.96% from 501); Green value is 189 (74.22% from 255 or 37.72% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 202 - color contains mainly: blue. Hex color #6EBDCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBDCA is #914235. Grayscale: #A6A6A6. Windows color (decimal): -9519670 or 13286766. OLE color: 13286766.

HSL color Cylindrical-coordinate representation of color #6EBDCA: hue angle of 188.48º 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 #6EBDCA is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB110189202-
CMYK0.460.0600.21
HSL188.48º46.46%61.18%-
HSV(B)188.48º45.54%79.22%-
XYZ35.2943.9762.51-
YUV166.86147.8387.44-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 21.96%
GREEN value IS 189 (74.22% from 255) = 37.72%
BLUE value IS 202 (79.30% from 255) = 40.32%
R=21.96%
G=37.72%
B=40.32%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1101892020.460.0600.21188.4846.4661.18
Hex6EBDCA2E6015bc2e3d
Octal1562753125660252745675
Binary1101110101111011100101010111011001010110111100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EBDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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