#6FB0CA

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

Shades of Seagull #6FB0CA

Tints of Seagull #6FB0CA

Color information

#6FB0CA (or 0x6FB0CA) is unknown color: approx Seagull. HEX triplet: 6F, B0 and CA. RGB value is (111,176,202). Sum of RGB (Red+Green+Blue) = 111+176+202=489 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.70% from 489); Green value is 176 (69.14% from 255 or 35.99% from 489); Blue value is 202 (79.30% from 255 or 41.31% from 489); Max value from RGB is 202 - color contains mainly: blue. Hex color #6FB0CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FB0CA is #904F35. Grayscale: #9F9F9F. Windows color (decimal): -9457462 or 13283439. OLE color: 13283439.

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

Color convert

RGB111176202-
CMYK0.450.1300.21
HSL197.14º46.19%61.37%-
HSV(B)197.14º45.05%79.22%-
XYZ32.7438.6961.62-
YUV159.53151.9793.39-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.70%
GREEN value IS 176 (69.14% from 255) = 35.99%
BLUE value IS 202 (79.30% from 255) = 41.31%
R=22.70%
G=35.99%
B=41.31%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1111762020.450.1300.21197.1446.1961.37
Hex6FB0CA2DD015c52e3d
Octal15726031255150253055675
Binary11011111011000011001010101101110101010111000101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,176,202); }

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

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

 a { background-color: rgb(111,176,202); }

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

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

 span { border-color: rgb(111,176,202); }

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