#6FB3D0

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

Shades of Seagull #6FB3D0

Tints of Seagull #6FB3D0

Color information

#6FB3D0 (or 0x6FB3D0) is unknown color: approx Seagull. HEX triplet: 6F, B3 and D0. RGB value is (111,179,208). Sum of RGB (Red+Green+Blue) = 111+179+208=498 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.29% from 498); Green value is 179 (70.31% from 255 or 35.94% from 498); Blue value is 208 (81.64% from 255 or 41.77% from 498); Max value from RGB is 208 - color contains mainly: blue. Hex color #6FB3D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FB3D0 is #904C2F. Grayscale: #A1A1A1. Windows color (decimal): -9456688 or 13677423. OLE color: 13677423.

HSL color Cylindrical-coordinate representation of color #6FB3D0: hue angle of 197.94º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6FB3D0 is Cyan = 0.47, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB111179208-
CMYK0.470.1400.18
HSL197.94º50.79%62.55%-
HSV(B)197.94º46.63%81.57%-
XYZ34.0640.1765.63-
YUV161.97153.9791.64-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.29%
GREEN value IS 179 (70.31% from 255) = 35.94%
BLUE value IS 208 (81.64% from 255) = 41.77%
R=22.29%
G=35.94%
B=41.77%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1111792080.470.1400.18197.9450.7962.55
Hex6FB3D02FE012c6333f
Octal15726332057160223066377
Binary11011111011001111010000101111111001001011000110110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB3D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,179,208); }

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

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

 a { background-color: rgb(111,179,208); }

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

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

 span { border-color: rgb(111,179,208); }

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