#6DABC8

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

Shades of Seagull #6DABC8

Tints of Seagull #6DABC8

Color information

#6DABC8 (or 0x6DABC8) is unknown color: approx Seagull. HEX triplet: 6D, AB and C8. RGB value is (109,171,200). Sum of RGB (Red+Green+Blue) = 109+171+200=480 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.71% from 480); Green value is 171 (67.19% from 255 or 35.62% from 480); Blue value is 200 (78.52% from 255 or 41.67% from 480); Max value from RGB is 200 - color contains mainly: blue. Hex color #6DABC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DABC8 is #925437. Grayscale: #9B9B9B. Windows color (decimal): -9589816 or 13151085. OLE color: 13151085.

HSL color Cylindrical-coordinate representation of color #6DABC8: hue angle of 199.12º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6DABC8 is Cyan = 0.46, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB109171200-
CMYK0.460.1400.22
HSL199.12º45.27%60.59%-
HSV(B)199.12º45.5%78.43%-
XYZ31.2936.5560.05-
YUV155.77152.9694.64-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.71%
GREEN value IS 171 (67.19% from 255) = 35.62%
BLUE value IS 200 (78.52% from 255) = 41.67%
R=22.71%
G=35.62%
B=41.67%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1091712000.460.1400.22199.1245.2760.59
Hex6DABC82EE016c72d3d
Octal15525331056160263075575
Binary11011011010101111001000101110111001011011000111101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DABC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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