Html Css Color HEX #6B9199 Gothic

📋 copy color: '#6B9199'

red 107 ◦ green 145 ◦ blue 153

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

Shades of Gothic #6B9199

Tints of Gothic #6B9199

RGB

 RED value IS 107 (42.19% from 255) = 26.42%

 GREEN value IS 145 (57.03% from 255) = 35.8%

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

R = 26.42%
G = 35.8%
B = 37.78%

CMYK

 C value IS 0.30

 M value IS 0.05

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#6B9199 (or 0x6B9199) is known color: Gothic. HEX triplet: 6B, 91 and 99. RGB value is (107,145,153). Sum of RGB (Red+Green+Blue) = 107+145+153=405 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.42% from 405); Green value is 145 (57.03% from 255 or 35.80% 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 #6B9199 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B9199 is #946E66. Grayscale: #868686. Windows color (decimal): -9727591 or 10064235. OLE color: 10064235.

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

Color convert

RGB 107 145 153 -
CMYK 0.30 0.05 0 0.4
HSL 190.43º 0.18% 0.51% -
HSV(B) 190.43º 0.3% 0.6% -
XYZ 21.94 25.68 33.94 -
YUV 134.55 138.41 108.35 -
System Red Green Blue C M Y K H S L
Decimal 107 145 153 0.30 0.05 0 0.4 190.43 0.18 0.51
Hex 6B 91 99 1E 5 0 28 BE 12 33
Octal 153 221 231 36 5 0 50 276 22 63
Binary 1101011 10010001 10011001 11110 101 0 101000 10111110 10010 110011

Color Harmonies of #6B9199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9199

Black with #6B9199

Text Example


Text Example

White with #6B9199

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,145,153); }

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

background-color css

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

 a { background-color: rgb(107,145,153); }

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

border-color css

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

 span { border-color: rgb(107,145,153); }

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