#6DABCE

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

Shades of Seagull #6DABCE

Tints of Seagull #6DABCE

Color information

#6DABCE (or 0x6DABCE) is unknown color: approx Seagull. HEX triplet: 6D, AB and CE. RGB value is (109,171,206). Sum of RGB (Red+Green+Blue) = 109+171+206=486 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.43% from 486); Green value is 171 (67.19% from 255 or 35.19% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 206 - color contains mainly: blue. Hex color #6DABCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DABCE is #925431. Grayscale: #9C9C9C. Windows color (decimal): -9589810 or 13544301. OLE color: 13544301.

HSL color Cylindrical-coordinate representation of color #6DABCE: hue angle of 201.65º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DABCE is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB109171206-
CMYK0.470.1700.19
HSL201.65º49.74%61.76%-
HSV(B)201.65º47.09%80.78%-
XYZ32.0136.8363.81-
YUV156.45155.9694.15-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.43%
GREEN value IS 171 (67.19% from 255) = 35.19%
BLUE value IS 206 (80.86% from 255) = 42.39%
R=22.43%
G=35.19%
B=42.39%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1091712060.470.1700.19201.6549.7461.76
Hex6DABCE2F11013ca323e
Octal15525331657210233126276
Binary110110110101011110011101011111000101001111001010110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DABCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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