Html Css Color HEX #6FADCB Seagull

📋 copy color: '#6FADCB'

red 111 ◦ green 173 ◦ blue 203

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

Shades of Seagull #6FADCB

Tints of Seagull #6FADCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.68%

R = 22.79%
G = 35.52%
B = 41.68%

CMYK

 C value IS 0.45

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6FADCB (or 0x6FADCB) is known color: Seagull. HEX triplet: 6F, AD and CB. RGB value is (111,173,203). Sum of RGB (Red+Green+Blue) = 111+173+203=487 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.79% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 203 - color contains mainly: blue. Hex color #6FADCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FADCB is #905234. Grayscale: #9D9D9D. Windows color (decimal): -9458229 or 13348207. OLE color: 13348207.

HSL color Cylindrical-coordinate representation of color #6FADCB: hue angle of 199.57º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6FADCB is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 111 173 203 -
CMYK 0.45 0.15 0 0.20
HSL 199.57º 0.47% 0.62% -
HSV(B) 199.57º 0.45% 0.8% -
XYZ 32.28 37.58 62.05 -
YUV 157.88 153.46 94.56 -
System Red Green Blue C M Y K H S L
Decimal 111 173 203 0.45 0.15 0 0.20 199.57 0.47 0.62
Hex 6F AD CB 2D F 0 14 C8 2F 3E
Octal 157 255 313 55 17 0 24 310 57 76
Binary 1101111 10101101 11001011 101101 1111 0 10100 11001000 101111 111110

Color Harmonies of #6FADCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FADCB

Black with #6FADCB

Text Example


Text Example

White with #6FADCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6FADCB;
 }
 .AnyTagClassName
 {
   color: #6FADCB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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