#6DBACD

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

Shades of Seagull #6DBACD

Tints of Seagull #6DBACD

Color information

#6DBACD (or 0x6DBACD) is unknown color: approx Seagull. HEX triplet: 6D, BA and CD. RGB value is (109,186,205). Sum of RGB (Red+Green+Blue) = 109+186+205=500 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.8% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #6DBACD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBACD is #924532. Grayscale: #A4A4A4. Windows color (decimal): -9585971 or 13482605. OLE color: 13482605.

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

Color convert

RGB109186205-
CMYK0.470.0900.20
HSL191.88º48.98%61.57%-
HSV(B)191.88º46.83%80.39%-
XYZ34.8942.7864.18-
YUV165.14150.4987.96-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.8%
GREEN value IS 186 (73.05% from 255) = 37.2%
BLUE value IS 205 (80.47% from 255) = 41%
R=21.8%
G=37.2%
B=41%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1091862050.470.0900.20191.8848.9861.57
Hex6DBACD2F9014c0313e
Octal15527231557110243006176
Binary11011011011101011001101101111100101010011000000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DBACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,186,205); }

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

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

 a { background-color: rgb(109,186,205); }

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

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

 span { border-color: rgb(109,186,205); }

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