Html Css Color HEX #6FBACD Seagull

📋 copy color: '#6FBACD'

red 111 ◦ green 186 ◦ blue 205

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

Shades of Seagull #6FBACD

Tints of Seagull #6FBACD

RGB

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

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

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

R = 22.11%
G = 37.05%
B = 40.84%

CMYK

 C value IS 0.46

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6FBACD (or 0x6FBACD) is known color: Seagull. HEX triplet: 6F, BA and CD. RGB value is (111,186,205). Sum of RGB (Red+Green+Blue) = 111+186+205=502 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.11% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 205 - color contains mainly: blue. Hex color #6FBACD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBACD is #904532. Grayscale: #A5A5A5. Windows color (decimal): -9454899 or 13482607. OLE color: 13482607.

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

Color convert

RGB 111 186 205 -
CMYK 0.46 0.09 0 0.20
HSL 192.13º 0.48% 0.62% -
HSV(B) 192.13º 0.46% 0.8% -
XYZ 35.13 42.91 64.19 -
YUV 165.74 150.15 88.96 -
System Red Green Blue C M Y K H S L
Decimal 111 186 205 0.46 0.09 0 0.20 192.13 0.48 0.62
Hex 6F BA CD 2E 9 0 14 C0 30 3E
Octal 157 272 315 56 11 0 24 300 60 76
Binary 1101111 10111010 11001101 101110 1001 0 10100 11000000 110000 111110

Color Harmonies of #6FBACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBACD

Black with #6FBACD

Text Example


Text Example

White with #6FBACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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