#6DBBCB

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

Shades of Seagull #6DBBCB

Tints of Seagull #6DBBCB

Color information

#6DBBCB (or 0x6DBBCB) is unknown color: approx Seagull. HEX triplet: 6D, BB and CB. RGB value is (109,187,203). Sum of RGB (Red+Green+Blue) = 109+187+203=499 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.84% from 499); Green value is 187 (73.44% from 255 or 37.47% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 203 - color contains mainly: blue. Hex color #6DBBCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBBCB is #924434. Grayscale: #A5A5A5. Windows color (decimal): -9585717 or 13351789. OLE color: 13351789.

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

Color convert

RGB109187203-
CMYK0.460.0800.20
HSL190.21º47.47%61.18%-
HSV(B)190.21º46.31%79.61%-
XYZ34.8643.162.98-
YUV165.5149.1687.7-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.84%
GREEN value IS 187 (73.44% from 255) = 37.47%
BLUE value IS 203 (79.69% from 255) = 40.68%
R=21.84%
G=37.47%
B=40.68%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1091872030.460.0800.20190.2147.4761.18
Hex6DBBCB2E8014be2f3d
Octal15527331356100242765775
Binary11011011011101111001011101110100001010010111110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DBBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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