Html Css Color HEX #6FABCB Seagull

📋 copy color: '#6FABCB'

red 111 ◦ green 171 ◦ blue 203

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

Shades of Seagull #6FABCB

Tints of Seagull #6FABCB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.26%

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

R = 22.89%
G = 35.26%
B = 41.86%

CMYK

 C value IS 0.45

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6FABCB (or 0x6FABCB) is known color: Seagull. HEX triplet: 6F, AB and CB. RGB value is (111,171,203). Sum of RGB (Red+Green+Blue) = 111+171+203=485 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.89% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 203 - color contains mainly: blue. Hex color #6FABCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FABCB is #905434. Grayscale: #9C9C9C. Windows color (decimal): -9458741 or 13347695. OLE color: 13347695.

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

Color convert

RGB 111 171 203 -
CMYK 0.45 0.16 0 0.20
HSL 200.87º 0.47% 0.62% -
HSV(B) 200.87º 0.45% 0.8% -
XYZ 31.9 36.82 61.93 -
YUV 156.71 154.12 95.4 -
System Red Green Blue C M Y K H S L
Decimal 111 171 203 0.45 0.16 0 0.20 200.87 0.47 0.62
Hex 6F AB CB 2D 10 0 14 C9 2F 3E
Octal 157 253 313 55 20 0 24 311 57 76
Binary 1101111 10101011 11001011 101101 10000 0 10100 11001001 101111 111110

Color Harmonies of #6FABCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FABCB

Black with #6FABCB

Text Example


Text Example

White with #6FABCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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