#6EB5CC

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

Shades of Seagull #6EB5CC

Tints of Seagull #6EB5CC

Color information

#6EB5CC (or 0x6EB5CC) is unknown color: approx Seagull. HEX triplet: 6E, B5 and CC. RGB value is (110,181,204). Sum of RGB (Red+Green+Blue) = 110+181+204=495 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.22% from 495); Green value is 181 (71.09% from 255 or 36.57% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 204 - color contains mainly: blue. Hex color #6EB5CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EB5CC is #914A33. Grayscale: #A2A2A2. Windows color (decimal): -9521716 or 13415790. OLE color: 13415790.

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

Color convert

RGB110181204-
CMYK0.460.1100.2
HSL194.68º47.96%61.57%-
HSV(B)194.68º46.08%80%-
XYZ33.8540.7263.2-
YUV162.39151.4890.63-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.22%
GREEN value IS 181 (71.09% from 255) = 36.57%
BLUE value IS 204 (80.08% from 255) = 41.21%
R=22.22%
G=36.57%
B=41.21%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1101812040.460.1100.2194.6847.9661.57
Hex6EB5CC2EB014c3303e
Octal15626531456130243036076
Binary11011101011010111001100101110101101010011000011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EB5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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