#6FB9CA

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

Shades of Seagull #6FB9CA

Tints of Seagull #6FB9CA

Color information

#6FB9CA (or 0x6FB9CA) is unknown color: approx Seagull. HEX triplet: 6F, B9 and CA. RGB value is (111,185,202). Sum of RGB (Red+Green+Blue) = 111+185+202=498 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.29% from 498); Green value is 185 (72.66% from 255 or 37.15% from 498); Blue value is 202 (79.30% from 255 or 40.56% from 498); Max value from RGB is 202 - color contains mainly: blue. Hex color #6FB9CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FB9CA is #904635. Grayscale: #A4A4A4. Windows color (decimal): -9455158 or 13285743. OLE color: 13285743.

HSL color Cylindrical-coordinate representation of color #6FB9CA: hue angle of 191.21º 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 #6FB9CA is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB111185202-
CMYK0.450.0800.21
HSL191.21º46.19%61.37%-
HSV(B)191.21º45.05%79.22%-
XYZ34.5742.3462.23-
YUV164.81148.9889.62-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.29%
GREEN value IS 185 (72.66% from 255) = 37.15%
BLUE value IS 202 (79.30% from 255) = 40.56%
R=22.29%
G=37.15%
B=40.56%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1111852020.450.0800.21191.2146.1961.37
Hex6FB9CA2D8015bf2e3d
Octal15727131255100252775675
Binary11011111011100111001010101101100001010110111111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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