#6FBFCB

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

Shades of Seagull #6FBFCB

Tints of Seagull #6FBFCB

Color information

#6FBFCB (or 0x6FBFCB) is unknown color: approx Seagull. HEX triplet: 6F, BF and CB. RGB value is (111,191,203). Sum of RGB (Red+Green+Blue) = 111+191+203=505 (66% of max value = 765). Red value is 111 (43.75% from 255 or 21.98% from 505); Green value is 191 (75% from 255 or 37.82% from 505); Blue value is 203 (79.69% from 255 or 40.20% from 505); Max value from RGB is 203 - color contains mainly: blue. Hex color #6FBFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBFCB is #904034. Grayscale: #A8A8A8. Windows color (decimal): -9453621 or 13352815. OLE color: 13352815.

HSL color Cylindrical-coordinate representation of color #6FBFCB: hue angle of 187.83º 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 #6FBFCB is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB111191203-
CMYK0.450.0600.20
HSL187.83º46.94%61.57%-
HSV(B)187.83º45.32%79.61%-
XYZ35.9744.9563.28-
YUV168.45147.587.02-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.98%
GREEN value IS 191 (75% from 255) = 37.82%
BLUE value IS 203 (79.69% from 255) = 40.20%
R=21.98%
G=37.82%
B=40.20%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1111912030.450.0600.20187.8346.9461.57
Hex6FBFCB2D6014bc2f3e
Octal1572773135560242745776
Binary1101111101111111100101110110111001010010111100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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