#6FADCA

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

Shades of Seagull #6FADCA

Tints of Seagull #6FADCA

Color information

#6FADCA (or 0x6FADCA) is unknown color: approx Seagull. HEX triplet: 6F, AD and CA. RGB value is (111,173,202). Sum of RGB (Red+Green+Blue) = 111+173+202=486 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.84% from 486); Green value is 173 (67.97% from 255 or 35.60% from 486); Blue value is 202 (79.30% from 255 or 41.56% from 486); Max value from RGB is 202 - color contains mainly: blue. Hex color #6FADCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FADCA is #905235. Grayscale: #9D9D9D. Windows color (decimal): -9458230 or 13282671. OLE color: 13282671.

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

Color convert

RGB111173202-
CMYK0.450.1400.21
HSL199.12º46.19%61.37%-
HSV(B)199.12º45.05%79.22%-
XYZ32.1637.5361.43-
YUV157.77152.9694.64-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.84%
GREEN value IS 173 (67.97% from 255) = 35.60%
BLUE value IS 202 (79.30% from 255) = 41.56%
R=22.84%
G=35.60%
B=41.56%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1111732020.450.1400.21199.1246.1961.37
Hex6FADCA2DE015c72e3d
Octal15725531255160253075675
Binary11011111010110111001010101101111001010111000111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FADCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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