#6DB0CE

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

Shades of Seagull #6DB0CE

Tints of Seagull #6DB0CE

Color information

#6DB0CE (or 0x6DB0CE) is unknown color: approx Seagull. HEX triplet: 6D, B0 and CE. RGB value is (109,176,206). Sum of RGB (Red+Green+Blue) = 109+176+206=491 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.20% from 491); Green value is 176 (69.14% from 255 or 35.85% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 206 - color contains mainly: blue. Hex color #6DB0CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DB0CE is #924F31. Grayscale: #9F9F9F. Windows color (decimal): -9588530 or 13545581. OLE color: 13545581.

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

Color convert

RGB109176206-
CMYK0.470.1500.19
HSL198.56º49.74%61.76%-
HSV(B)198.56º47.09%80.78%-
XYZ32.9738.7664.14-
YUV159.39154.392.06-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.20%
GREEN value IS 176 (69.14% from 255) = 35.85%
BLUE value IS 206 (80.86% from 255) = 41.96%
R=22.20%
G=35.85%
B=41.96%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1091762060.470.1500.19198.5649.7461.76
Hex6DB0CE2FF013c7323e
Octal15526031657170233076276
Binary11011011011000011001110101111111101001111000111110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DB0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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