#6DABCA

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

Shades of Seagull #6DABCA

Tints of Seagull #6DABCA

Color information

#6DABCA (or 0x6DABCA) is unknown color: approx Seagull. HEX triplet: 6D, AB and CA. RGB value is (109,171,202). Sum of RGB (Red+Green+Blue) = 109+171+202=482 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.61% from 482); Green value is 171 (67.19% from 255 or 35.48% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 202 - color contains mainly: blue. Hex color #6DABCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DABCA is #925435. Grayscale: #9B9B9B. Windows color (decimal): -9589814 or 13282157. OLE color: 13282157.

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

Color convert

RGB109171202-
CMYK0.460.1500.21
HSL200º46.73%60.98%-
HSV(B)200º46.04%79.22%-
XYZ31.5336.6461.29-
YUV156153.9694.48-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.61%
GREEN value IS 171 (67.19% from 255) = 35.48%
BLUE value IS 202 (79.30% from 255) = 41.91%
R=22.61%
G=35.48%
B=41.91%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1091712020.460.1500.2120046.7360.98
Hex6DABCA2EF015c82f3d
Octal15525331256170253105775
Binary11011011010101111001010101110111101010111001000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DABCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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