Html Css Color HEX #6FBACB Seagull

📋 copy color: '#6FBACB'

red 111 ◦ green 186 ◦ blue 203

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

Shades of Seagull #6FBACB

Tints of Seagull #6FBACB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.2%

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

R = 22.2%
G = 37.2%
B = 40.6%

CMYK

 C value IS 0.45

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6FBACB (or 0x6FBACB) is known color: Seagull. HEX triplet: 6F, BA and CB. RGB value is (111,186,203). Sum of RGB (Red+Green+Blue) = 111+186+203=500 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.2% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 203 - color contains mainly: blue. Hex color #6FBACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBACB is #904534. Grayscale: #A5A5A5. Windows color (decimal): -9454901 or 13351535. OLE color: 13351535.

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

Color convert

RGB 111 186 203 -
CMYK 0.45 0.08 0 0.20
HSL 191.09º 0.47% 0.62% -
HSV(B) 191.09º 0.45% 0.8% -
XYZ 34.89 42.81 62.92 -
YUV 165.51 149.15 89.12 -
System Red Green Blue C M Y K H S L
Decimal 111 186 203 0.45 0.08 0 0.20 191.09 0.47 0.62
Hex 6F BA CB 2D 8 0 14 BF 2F 3E
Octal 157 272 313 55 10 0 24 277 57 76
Binary 1101111 10111010 11001011 101101 1000 0 10100 10111111 101111 111110

Color Harmonies of #6FBACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBACB

Black with #6FBACB

Text Example


Text Example

White with #6FBACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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