#6FBBD7

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

Shades of Seagull #6FBBD7

Tints of Seagull #6FBBD7

Color information

#6FBBD7 (or 0x6FBBD7) is unknown color: approx Seagull. HEX triplet: 6F, BB and D7. RGB value is (111,187,215). Sum of RGB (Red+Green+Blue) = 111+187+215=513 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.64% from 513); Green value is 187 (73.44% from 255 or 36.45% from 513); Blue value is 215 (84.38% from 255 or 41.91% from 513); Max value from RGB is 215 - color contains mainly: blue. Hex color #6FBBD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBBD7 is #904428. Grayscale: #A7A7A7. Windows color (decimal): -9454633 or 14138223. OLE color: 14138223.

HSL color Cylindrical-coordinate representation of color #6FBBD7: hue angle of 196.15º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6FBBD7 is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB111187215-
CMYK0.480.1300.16
HSL196.15º56.52%63.92%-
HSV(B)196.15º48.37%84.31%-
XYZ36.5943.8370.82-
YUV167.47154.8287.72-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.64%
GREEN value IS 187 (73.44% from 255) = 36.45%
BLUE value IS 215 (84.38% from 255) = 41.91%
R=21.64%
G=36.45%
B=41.91%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1111872150.480.1300.16196.1556.5263.92
Hex6FBBD730D010c43940
Octal157273327601502030471100
Binary110111110111011110101111100001101010000110001001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,187,215); }

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

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

 a { background-color: rgb(111,187,215); }

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

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

 span { border-color: rgb(111,187,215); }

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