#6FB9CF

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

Shades of Seagull #6FB9CF

Tints of Seagull #6FB9CF

Color information

#6FB9CF (or 0x6FB9CF) is unknown color: approx Seagull. HEX triplet: 6F, B9 and CF. RGB value is (111,185,207). Sum of RGB (Red+Green+Blue) = 111+185+207=503 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.07% from 503); Green value is 185 (72.66% from 255 or 36.78% from 503); Blue value is 207 (81.25% from 255 or 41.15% from 503); Max value from RGB is 207 - color contains mainly: blue. Hex color #6FB9CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FB9CF is #904630. Grayscale: #A5A5A5. Windows color (decimal): -9455153 or 13613423. OLE color: 13613423.

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

Color convert

RGB111185207-
CMYK0.460.1100.19
HSL193.75º50%62.35%-
HSV(B)193.75º46.38%81.18%-
XYZ35.1742.5865.4-
YUV165.38151.4889.21-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.07%
GREEN value IS 185 (72.66% from 255) = 36.78%
BLUE value IS 207 (81.25% from 255) = 41.15%
R=22.07%
G=36.78%
B=41.15%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1111852070.460.1100.19193.755062.35
Hex6FB9CF2EB013c2323e
Octal15727131756130233026276
Binary11011111011100111001111101110101101001111000010110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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