Html Css Color HEX #6F8F99 Gothic

📋 copy color: '#6F8F99'

red 111 ◦ green 143 ◦ blue 153

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

Shades of Gothic #6F8F99

Tints of Gothic #6F8F99

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.14%

 BLUE value IS 153 (60.16% from 255) = 37.59%

R = 27.27%
G = 35.14%
B = 37.59%

CMYK

 C value IS 0.27

 M value IS 0.07

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#6F8F99 (or 0x6F8F99) is known color: Gothic. HEX triplet: 6F, 8F and 99. RGB value is (111,143,153). Sum of RGB (Red+Green+Blue) = 111+143+153=407 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.27% from 407); Green value is 143 (56.25% from 255 or 35.14% from 407); Blue value is 153 (60.16% from 255 or 37.59% from 407); Max value from RGB is 153 - color contains mainly: blue. Hex color #6F8F99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8F99 is #907066. Grayscale: #868686. Windows color (decimal): -9465959 or 10063727. OLE color: 10063727.

HSL color Cylindrical-coordinate representation of color #6F8F99: hue angle of 194.29º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6F8F99 is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 111 143 153 -
CMYK 0.27 0.07 0 0.4
HSL 194.29º 0.17% 0.52% -
HSV(B) 194.29º 0.27% 0.6% -
XYZ 22.13 25.32 33.86 -
YUV 134.57 138.4 111.19 -
System Red Green Blue C M Y K H S L
Decimal 111 143 153 0.27 0.07 0 0.4 194.29 0.17 0.52
Hex 6F 8F 99 1B 7 0 28 C2 11 34
Octal 157 217 231 33 7 0 50 302 21 64
Binary 1101111 10001111 10011001 11011 111 0 101000 11000010 10001 110100

Color Harmonies of #6F8F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8F99

Black with #6F8F99

Text Example


Text Example

White with #6F8F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,143,153); }

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

background-color css

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

 a { background-color: rgb(111,143,153); }

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

border-color css

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

 span { border-color: rgb(111,143,153); }

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