#6DADCA

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

Shades of Seagull #6DADCA

Tints of Seagull #6DADCA

Color information

#6DADCA (or 0x6DADCA) is unknown color: approx Seagull. HEX triplet: 6D, AD and CA. RGB value is (109,173,202). Sum of RGB (Red+Green+Blue) = 109+173+202=484 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.52% from 484); Green value is 173 (67.97% from 255 or 35.74% from 484); Blue value is 202 (79.30% from 255 or 41.74% from 484); Max value from RGB is 202 - color contains mainly: blue. Hex color #6DADCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DADCA is #925235. Grayscale: #9C9C9C. Windows color (decimal): -9589302 or 13282669. OLE color: 13282669.

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

Color convert

RGB109173202-
CMYK0.460.1400.21
HSL198.71º46.73%60.98%-
HSV(B)198.71º46.04%79.22%-
XYZ31.9137.461.41-
YUV157.17153.393.64-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.52%
GREEN value IS 173 (67.97% from 255) = 35.74%
BLUE value IS 202 (79.30% from 255) = 41.74%
R=22.52%
G=35.74%
B=41.74%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1091732020.460.1400.21198.7146.7360.98
Hex6DADCA2EE015c72f3d
Octal15525531256160253075775
Binary11011011010110111001010101110111001010111000111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DADCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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