#6FBDCB

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

Shades of Seagull #6FBDCB

Tints of Seagull #6FBDCB

Color information

#6FBDCB (or 0x6FBDCB) is unknown color: approx Seagull. HEX triplet: 6F, BD and CB. RGB value is (111,189,203). Sum of RGB (Red+Green+Blue) = 111+189+203=503 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.07% from 503); Green value is 189 (74.22% from 255 or 37.57% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 203 - color contains mainly: blue. Hex color #6FBDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBDCB is #904234. Grayscale: #A7A7A7. Windows color (decimal): -9454133 or 13352303. OLE color: 13352303.

HSL color Cylindrical-coordinate representation of color #6FBDCB: hue angle of 189.13º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6FBDCB is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB111189203-
CMYK0.450.0700.20
HSL189.13º46.94%61.57%-
HSV(B)189.13º45.32%79.61%-
XYZ35.5344.0963.14-
YUV167.27148.1687.86-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.07%
GREEN value IS 189 (74.22% from 255) = 37.57%
BLUE value IS 203 (79.69% from 255) = 40.36%
R=22.07%
G=37.57%
B=40.36%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1111892030.450.0700.20189.1346.9461.57
Hex6FBDCB2D7014bd2f3e
Octal1572753135570242755776
Binary1101111101111011100101110110111101010010111101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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