#6DAFCE

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

Shades of Seagull #6DAFCE

Tints of Seagull #6DAFCE

Color information

#6DAFCE (or 0x6DAFCE) is unknown color: approx Seagull. HEX triplet: 6D, AF and CE. RGB value is (109,175,206). Sum of RGB (Red+Green+Blue) = 109+175+206=490 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.24% from 490); Green value is 175 (68.75% from 255 or 35.71% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 206 - color contains mainly: blue. Hex color #6DAFCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DAFCE is #925031. Grayscale: #9E9E9E. Windows color (decimal): -9588786 or 13545325. OLE color: 13545325.

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

Color convert

RGB109175206-
CMYK0.470.1500.19
HSL199.18º49.74%61.76%-
HSV(B)199.18º47.09%80.78%-
XYZ32.7838.3764.07-
YUV158.8154.6392.48-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.24%
GREEN value IS 175 (68.75% from 255) = 35.71%
BLUE value IS 206 (80.86% from 255) = 42.04%
R=22.24%
G=35.71%
B=42.04%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1091752060.470.1500.19199.1849.7461.76
Hex6DAFCE2FF013c7323e
Octal15525731657170233076276
Binary11011011010111111001110101111111101001111000111110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DAFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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