#6FBEDA

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

Shades of Seagull #6FBEDA

Tints of Seagull #6FBEDA

Color information

#6FBEDA (or 0x6FBEDA) is unknown color: approx Seagull. HEX triplet: 6F, BE and DA. RGB value is (111,190,218). Sum of RGB (Red+Green+Blue) = 111+190+218=519 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.39% from 519); Green value is 190 (74.61% from 255 or 36.61% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 218 - color contains mainly: blue. Hex color #6FBEDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBEDA is #904125. Grayscale: #A9A9A9. Windows color (decimal): -9453862 or 14335599. OLE color: 14335599.

HSL color Cylindrical-coordinate representation of color #6FBEDA: hue angle of 195.7º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FBEDA is Cyan = 0.49, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB111190218-
CMYK0.490.1300.15
HSL195.7º59.12%64.51%-
HSV(B)195.7º49.08%85.49%-
XYZ37.6245.2773.08-
YUV169.57155.3386.22-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.39%
GREEN value IS 190 (74.61% from 255) = 36.61%
BLUE value IS 218 (85.55% from 255) = 42.00%
R=21.39%
G=36.61%
B=42.00%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1111902180.490.1300.15195.759.1264.51
Hex6FBEDA31D0Fc43b41
Octal157276332611501730473101
Binary11011111011111011011010110001110101111110001001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,190,218); }

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

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

 a { background-color: rgb(111,190,218); }

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

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

 span { border-color: rgb(111,190,218); }

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