#6FACCA

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

Shades of Seagull #6FACCA

Tints of Seagull #6FACCA

Color information

#6FACCA (or 0x6FACCA) is unknown color: approx Seagull. HEX triplet: 6F, AC and CA. RGB value is (111,172,202). Sum of RGB (Red+Green+Blue) = 111+172+202=485 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.89% from 485); Green value is 172 (67.58% from 255 or 35.46% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 202 - color contains mainly: blue. Hex color #6FACCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FACCA is #905335. Grayscale: #9C9C9C. Windows color (decimal): -9458486 or 13282415. OLE color: 13282415.

HSL color Cylindrical-coordinate representation of color #6FACCA: hue angle of 199.78º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6FACCA is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB111172202-
CMYK0.450.1500.21
HSL199.78º46.19%61.37%-
HSV(B)199.78º45.05%79.22%-
XYZ31.9737.1561.36-
YUV157.18153.2995.06-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.89%
GREEN value IS 172 (67.58% from 255) = 35.46%
BLUE value IS 202 (79.30% from 255) = 41.65%
R=22.89%
G=35.46%
B=41.65%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1111722020.450.1500.21199.7846.1961.37
Hex6FACCA2DF015c82e3d
Octal15725431255170253105675
Binary11011111010110011001010101101111101010111001000101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FACCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,172,202); }

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

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

 a { background-color: rgb(111,172,202); }

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

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

 span { border-color: rgb(111,172,202); }

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