#6FC5CB

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

Shades of Seagull #6FC5CB

Tints of Seagull #6FC5CB

Color information

#6FC5CB (or 0x6FC5CB) is unknown color: approx Seagull. HEX triplet: 6F, C5 and CB. RGB value is (111,197,203). Sum of RGB (Red+Green+Blue) = 111+197+203=511 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.72% from 511); Green value is 197 (77.34% from 255 or 38.55% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 203 - color contains mainly: blue. Hex color #6FC5CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FC5CB is #903A34. Grayscale: #ABABAB. Windows color (decimal): -9452085 or 13354351. OLE color: 13354351.

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

Color convert

RGB111197203-
CMYK0.450.0300.20
HSL183.91º46.94%61.57%-
HSV(B)183.91º45.32%79.61%-
XYZ37.347.6263.73-
YUV171.97145.5184.51-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.72%
GREEN value IS 197 (77.34% from 255) = 38.55%
BLUE value IS 203 (79.69% from 255) = 39.73%
R=21.72%
G=38.55%
B=39.73%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1111972030.450.0300.20183.9146.9461.57
Hex6FC5CB2D3014b82f3e
Octal1573053135530242705776
Binary110111111000101110010111011011101010010111000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FC5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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