#6DBDCA

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

Shades of Seagull #6DBDCA

Tints of Seagull #6DBDCA

Color information

#6DBDCA (or 0x6DBDCA) is unknown color: approx Seagull. HEX triplet: 6D, BD and CA. RGB value is (109,189,202). Sum of RGB (Red+Green+Blue) = 109+189+202=500 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.8% from 500); Green value is 189 (74.22% from 255 or 37.8% from 500); Blue value is 202 (79.30% from 255 or 40.4% from 500); Max value from RGB is 202 - color contains mainly: blue. Hex color #6DBDCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBDCA is #924235. Grayscale: #A6A6A6. Windows color (decimal): -9585206 or 13286765. OLE color: 13286765.

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

Color convert

RGB109189202-
CMYK0.460.0600.21
HSL188.39º46.73%60.98%-
HSV(B)188.39º46.04%79.22%-
XYZ35.1643.9162.5-
YUV166.5614886.94-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.8%
GREEN value IS 189 (74.22% from 255) = 37.8%
BLUE value IS 202 (79.30% from 255) = 40.4%
R=21.8%
G=37.8%
B=40.4%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1091892020.460.0600.21188.3946.7360.98
Hex6DBDCA2E6015bc2f3d
Octal1552753125660252745775
Binary1101101101111011100101010111011001010110111100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DBDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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