#6FC2CC

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

Shades of Seagull #6FC2CC

Tints of Seagull #6FC2CC

Color information

#6FC2CC (or 0x6FC2CC) is unknown color: approx Seagull. HEX triplet: 6F, C2 and CC. RGB value is (111,194,204). Sum of RGB (Red+Green+Blue) = 111+194+204=509 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.81% from 509); Green value is 194 (76.17% from 255 or 38.11% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 204 - color contains mainly: blue. Hex color #6FC2CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FC2CC is #903D33. Grayscale: #AAAAAA. Windows color (decimal): -9452852 or 13419119. OLE color: 13419119.

HSL color Cylindrical-coordinate representation of color #6FC2CC: hue angle of 186.45º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FC2CC is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB111194204-
CMYK0.460.0500.2
HSL186.45º47.69%61.76%-
HSV(B)186.45º45.59%80%-
XYZ36.7546.3264.13-
YUV170.3214785.69-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.81%
GREEN value IS 194 (76.17% from 255) = 38.11%
BLUE value IS 204 (80.08% from 255) = 40.08%
R=21.81%
G=38.11%
B=40.08%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1111942040.460.0500.2186.4547.6961.76
Hex6FC2CC2E5014ba303e
Octal1573023145650242726076
Binary1101111110000101100110010111010101010010111010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FC2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,194,204); }

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

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

 a { background-color: rgb(111,194,204); }

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

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

 span { border-color: rgb(111,194,204); }

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