#6FBDCE

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

Shades of Seagull #6FBDCE

Tints of Seagull #6FBDCE

Color information

#6FBDCE (or 0x6FBDCE) is unknown color: approx Seagull. HEX triplet: 6F, BD and CE. RGB value is (111,189,206). Sum of RGB (Red+Green+Blue) = 111+189+206=506 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.94% from 506); Green value is 189 (74.22% from 255 or 37.35% from 506); Blue value is 206 (80.86% from 255 or 40.71% from 506); Max value from RGB is 206 - color contains mainly: blue. Hex color #6FBDCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBDCE is #904231. Grayscale: #A7A7A7. Windows color (decimal): -9454130 or 13548911. OLE color: 13548911.

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

Color convert

RGB111189206-
CMYK0.460.0800.19
HSL190.74º49.22%62.16%-
HSV(B)190.74º46.12%80.78%-
XYZ35.8944.2365.04-
YUV167.62149.6687.62-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.94%
GREEN value IS 189 (74.22% from 255) = 37.35%
BLUE value IS 206 (80.86% from 255) = 40.71%
R=21.94%
G=37.35%
B=40.71%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1111892060.460.0800.19190.7449.2262.16
Hex6FBDCE2E8013bf313e
Octal15727531656100232776176
Binary11011111011110111001110101110100001001110111111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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