#6EB3CC

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

Shades of Seagull #6EB3CC

Tints of Seagull #6EB3CC

Color information

#6EB3CC (or 0x6EB3CC) is unknown color: approx Seagull. HEX triplet: 6E, B3 and CC. RGB value is (110,179,204). Sum of RGB (Red+Green+Blue) = 110+179+204=493 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.31% from 493); Green value is 179 (70.31% from 255 or 36.31% from 493); Blue value is 204 (80.08% from 255 or 41.38% from 493); Max value from RGB is 204 - color contains mainly: blue. Hex color #6EB3CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EB3CC is #914C33. Grayscale: #A1A1A1. Windows color (decimal): -9522228 or 13415278. OLE color: 13415278.

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

Color convert

RGB110179204-
CMYK0.460.1200.2
HSL195.96º47.96%61.57%-
HSV(B)195.96º46.08%80%-
XYZ33.4539.9163.07-
YUV161.22152.1491.47-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.31%
GREEN value IS 179 (70.31% from 255) = 36.31%
BLUE value IS 204 (80.08% from 255) = 41.38%
R=22.31%
G=36.31%
B=41.38%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1101792040.460.1200.2195.9647.9661.57
Hex6EB3CC2EC014c4303e
Octal15626331456140243046076
Binary11011101011001111001100101110110001010011000100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EB3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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