Html Css Color HEX #6FADCD Seagull

📋 copy color: '#6FADCD'

red 111 ◦ green 173 ◦ blue 205

#6FADCD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seagull #6FADCD

Tints of Seagull #6FADCD

RGB

 RED value IS 111 (43.75% from 255) = 22.7%

 GREEN value IS 173 (67.97% from 255) = 35.38%

 BLUE value IS 205 (80.47% from 255) = 41.92%

R = 22.7%
G = 35.38%
B = 41.92%

CMYK

 C value IS 0.46

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6FADCD (or 0x6FADCD) is known color: 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

RGB 111 173 205 -
CMYK 0.46 0.16 0 0.20
HSL 200.43º 0.48% 0.62% -
HSV(B) 200.43º 0.46% 0.8% -
XYZ 32.52 37.67 63.32 -
YUV 158.11 154.46 94.4 -
System Red Green Blue C M Y K H S L
Decimal 111 173 205 0.46 0.16 0 0.20 200.43 0.48 0.62
Hex 6F AD CD 2E 10 0 14 C8 30 3E
Octal 157 255 315 56 20 0 24 310 60 76
Binary 1101111 10101101 11001101 101110 10000 0 10100 11001000 110000 111110

Color Harmonies of #6FADCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FADCD

Black with #6FADCD

Text Example


Text Example

White with #6FADCD

Text Example


Text Example

HTML Codes & Css Web 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>