#6DBDCE

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

Shades of Seagull #6DBDCE

Tints of Seagull #6DBDCE

Color information

#6DBDCE (or 0x6DBDCE) is unknown color: approx Seagull. HEX triplet: 6D, BD and CE. RGB value is (109,189,206). Sum of RGB (Red+Green+Blue) = 109+189+206=504 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.63% from 504); Green value is 189 (74.22% from 255 or 37.5% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 206 - color contains mainly: blue. Hex color #6DBDCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBDCE is #924231. Grayscale: #A6A6A6. Windows color (decimal): -9585202 or 13548909. OLE color: 13548909.

HSL color Cylindrical-coordinate representation of color #6DBDCE: hue angle of 190.52º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DBDCE is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB109189206-
CMYK0.470.0800.19
HSL190.52º49.74%61.76%-
HSV(B)190.52º47.09%80.78%-
XYZ35.6444.165.03-
YUV167.0215086.62-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.63%
GREEN value IS 189 (74.22% from 255) = 37.5%
BLUE value IS 206 (80.86% from 255) = 40.87%
R=21.63%
G=37.5%
B=40.87%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1091892060.470.0800.19190.5249.7461.76
Hex6DBDCE2F8013bf323e
Octal15527531657100232776276
Binary11011011011110111001110101111100001001110111111110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DBDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,189,206); }

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

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

 a { background-color: rgb(109,189,206); }

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

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

 span { border-color: rgb(109,189,206); }

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