#6EB7CC

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

Shades of Seagull #6EB7CC

Tints of Seagull #6EB7CC

Color information

#6EB7CC (or 0x6EB7CC) is unknown color: approx Seagull. HEX triplet: 6E, B7 and CC. RGB value is (110,183,204). Sum of RGB (Red+Green+Blue) = 110+183+204=497 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.13% from 497); Green value is 183 (71.88% from 255 or 36.82% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 204 - color contains mainly: blue. Hex color #6EB7CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EB7CC is #914833. Grayscale: #A3A3A3. Windows color (decimal): -9521204 or 13416302. OLE color: 13416302.

HSL color Cylindrical-coordinate representation of color #6EB7CC: hue angle of 193.4º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6EB7CC is Cyan = 0.46, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB110183204-
CMYK0.460.1000.2
HSL193.4º47.96%61.57%-
HSV(B)193.4º46.08%80%-
XYZ34.2641.5463.34-
YUV163.57150.8289.79-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.13%
GREEN value IS 183 (71.88% from 255) = 36.82%
BLUE value IS 204 (80.08% from 255) = 41.05%
R=22.13%
G=36.82%
B=41.05%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1101832040.460.1000.2193.447.9661.57
Hex6EB7CC2EA014c1303e
Octal15626731456120243016076
Binary11011101011011111001100101110101001010011000001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EB7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,183,204); }

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

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

 a { background-color: rgb(110,183,204); }

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

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

 span { border-color: rgb(110,183,204); }

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