#6FBCCE

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

Shades of Seagull #6FBCCE

Tints of Seagull #6FBCCE

Color information

#6FBCCE (or 0x6FBCCE) is unknown color: approx Seagull. HEX triplet: 6F, BC and CE. RGB value is (111,188,206). Sum of RGB (Red+Green+Blue) = 111+188+206=505 (66% of max value = 765). Red value is 111 (43.75% from 255 or 21.98% from 505); Green value is 188 (73.83% from 255 or 37.23% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 206 - color contains mainly: blue. Hex color #6FBCCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBCCE is #904331. Grayscale: #A6A6A6. Windows color (decimal): -9454386 or 13548655. OLE color: 13548655.

HSL color Cylindrical-coordinate representation of color #6FBCCE: hue angle of 191.37º degrees, saturation: 0.49, 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 #6FBCCE is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB111188206-
CMYK0.460.0900.19
HSL191.37º49.22%62.16%-
HSV(B)191.37º46.12%80.78%-
XYZ35.6843.864.97-
YUV167.03149.9988.04-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.98%
GREEN value IS 188 (73.83% from 255) = 37.23%
BLUE value IS 206 (80.86% from 255) = 40.79%
R=21.98%
G=37.23%
B=40.79%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1111882060.460.0900.19191.3749.2262.16
Hex6FBCCE2E9013bf313e
Octal15727431656110232776176
Binary11011111011110011001110101110100101001110111111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,188,206); }

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

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

 a { background-color: rgb(111,188,206); }

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

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

 span { border-color: rgb(111,188,206); }

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