#6DBBCD

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

Shades of Seagull #6DBBCD

Tints of Seagull #6DBBCD

Color information

#6DBBCD (or 0x6DBBCD) is unknown color: approx Seagull. HEX triplet: 6D, BB and CD. RGB value is (109,187,205). Sum of RGB (Red+Green+Blue) = 109+187+205=501 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.76% from 501); Green value is 187 (73.44% from 255 or 37.33% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 205 - color contains mainly: blue. Hex color #6DBBCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBBCD is #924432. Grayscale: #A5A5A5. Windows color (decimal): -9585715 or 13482861. OLE color: 13482861.

HSL color Cylindrical-coordinate representation of color #6DBBCD: hue angle of 191.25º 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 #6DBBCD is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB109187205-
CMYK0.470.0900.20
HSL191.25º48.98%61.57%-
HSV(B)191.25º46.83%80.39%-
XYZ35.143.264.25-
YUV165.73150.1687.54-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.76%
GREEN value IS 187 (73.44% from 255) = 37.33%
BLUE value IS 205 (80.47% from 255) = 40.92%
R=21.76%
G=37.33%
B=40.92%

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
Decimal1091872050.470.0900.20191.2548.9861.57
Hex6DBBCD2F9014bf313e
Octal15527331557110242776176
Binary11011011011101111001101101111100101010010111111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DBBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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