#6FADCD

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

Shades of Seagull #6FADCD

Tints of Seagull #6FADCD

Color information

#6FADCD (or 0x6FADCD) is unknown color: approx Seagull. HEX triplet: 6F, AD and CD. RGB value is (111,173,205). Sum of RGB (Red+Green+Blue) = 111+173+205=489 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.70% from 489); Green value is 173 (67.97% from 255 or 35.38% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 205 - color contains mainly: blue. Hex color #6FADCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FADCD is #905232. Grayscale: #9D9D9D. Windows color (decimal): -9458227 or 13479279. OLE color: 13479279.

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

Color convert

RGB111173205-
CMYK0.460.1600.20
HSL200.43º48.45%61.96%-
HSV(B)200.43º45.85%80.39%-
XYZ32.5237.6763.32-
YUV158.11154.4694.4-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.70%
GREEN value IS 173 (67.97% from 255) = 35.38%
BLUE value IS 205 (80.47% from 255) = 41.92%
R=22.70%
G=35.38%
B=41.92%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1111732050.460.1600.20200.4348.4561.96
Hex6FADCD2E10014c8303e
Octal15725531556200243106076
Binary110111110101101110011011011101000001010011001000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FADCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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