Html Css Color HEX #6D8F99 Gothic

📋 copy color: '#6D8F99'

red 109 ◦ green 143 ◦ blue 153

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

Shades of Gothic #6D8F99

Tints of Gothic #6D8F99

RGB

 RED value IS 109 (42.97% from 255) = 26.91%

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

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

R = 26.91%
G = 35.31%
B = 37.78%

CMYK

 C value IS 0.29

 M value IS 0.07

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#6D8F99 (or 0x6D8F99) is known color: Gothic. HEX triplet: 6D, 8F and 99. RGB value is (109,143,153). Sum of RGB (Red+Green+Blue) = 109+143+153=405 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.91% from 405); Green value is 143 (56.25% from 255 or 35.31% from 405); Blue value is 153 (60.16% from 255 or 37.78% from 405); Max value from RGB is 153 - color contains mainly: blue. Hex color #6D8F99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D8F99 is #927066. Grayscale: #858585. Windows color (decimal): -9597031 or 10063725. OLE color: 10063725.

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

Color convert

RGB 109 143 153 -
CMYK 0.29 0.07 0 0.4
HSL 193.64º 0.18% 0.51% -
HSV(B) 193.64º 0.29% 0.6% -
XYZ 21.88 25.2 33.85 -
YUV 133.97 138.74 110.19 -
System Red Green Blue C M Y K H S L
Decimal 109 143 153 0.29 0.07 0 0.4 193.64 0.18 0.51
Hex 6D 8F 99 1D 7 0 28 C2 12 33
Octal 155 217 231 35 7 0 50 302 22 63
Binary 1101101 10001111 10011001 11101 111 0 101000 11000010 10010 110011

Color Harmonies of #6D8F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8F99

Black with #6D8F99

Text Example


Text Example

White with #6D8F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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