#6FC0DA

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

Shades of Seagull #6FC0DA

Tints of Seagull #6FC0DA

Color information

#6FC0DA (or 0x6FC0DA) is unknown color: approx Seagull. HEX triplet: 6F, C0 and DA. RGB value is (111,192,218). Sum of RGB (Red+Green+Blue) = 111+192+218=521 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.31% from 521); Green value is 192 (75.39% from 255 or 36.85% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 218 - color contains mainly: blue. Hex color #6FC0DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FC0DA is #903F25. Grayscale: #AAAAAA. Windows color (decimal): -9453350 or 14336111. OLE color: 14336111.

HSL color Cylindrical-coordinate representation of color #6FC0DA: hue angle of 194.58º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FC0DA is Cyan = 0.49, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB111192218-
CMYK0.490.1200.15
HSL194.58º59.12%64.51%-
HSV(B)194.58º49.08%85.49%-
XYZ38.0646.1473.23-
YUV170.74154.6685.39-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.31%
GREEN value IS 192 (75.39% from 255) = 36.85%
BLUE value IS 218 (85.55% from 255) = 41.84%
R=21.31%
G=36.85%
B=41.84%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1111922180.490.1200.15194.5859.1264.51
Hex6FC0DA31C0Fc33b41
Octal157300332611401730373101
Binary11011111100000011011010110001110001111110000111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FC0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,192,218); }

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

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

 a { background-color: rgb(111,192,218); }

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

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

 span { border-color: rgb(111,192,218); }

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