#6DBCCA

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

Shades of Seagull #6DBCCA

Tints of Seagull #6DBCCA

Color information

#6DBCCA (or 0x6DBCCA) is unknown color: approx Seagull. HEX triplet: 6D, BC and CA. RGB value is (109,188,202). Sum of RGB (Red+Green+Blue) = 109+188+202=499 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.84% from 499); Green value is 188 (73.83% from 255 or 37.68% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 202 - color contains mainly: blue. Hex color #6DBCCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBCCA is #924335. Grayscale: #A5A5A5. Windows color (decimal): -9585462 or 13286509. OLE color: 13286509.

HSL color Cylindrical-coordinate representation of color #6DBCCA: hue angle of 189.03º 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 #6DBCCA is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB109188202-
CMYK0.460.0700.21
HSL189.03º46.73%60.98%-
HSV(B)189.03º46.04%79.22%-
XYZ34.9543.4862.43-
YUV165.98148.3387.36-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.84%
GREEN value IS 188 (73.83% from 255) = 37.68%
BLUE value IS 202 (79.30% from 255) = 40.48%
R=21.84%
G=37.68%
B=40.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1091882020.460.0700.21189.0346.7360.98
Hex6DBCCA2E7015bd2f3d
Octal1552743125670252755775
Binary1101101101111001100101010111011101010110111101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DBCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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