Html Css Color HEX #6B898D Gothic

📋 copy color: '#6B898D'

red 107 ◦ green 137 ◦ blue 141

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

Shades of Gothic #6B898D

Tints of Gothic #6B898D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.58%

 BLUE value IS 141 (55.47% from 255) = 36.62%

R = 27.79%
G = 35.58%
B = 36.62%

CMYK

 C value IS 0.24

 M value IS 0.03

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6B898D (or 0x6B898D) is known color: Gothic. HEX triplet: 6B, 89 and 8D. RGB value is (107,137,141). Sum of RGB (Red+Green+Blue) = 107+137+141=385 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.79% from 385); Green value is 137 (53.91% from 255 or 35.58% from 385); Blue value is 141 (55.47% from 255 or 36.62% from 385); Max value from RGB is 141 - color contains mainly: blue. Hex color #6B898D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B898D is #947672. Grayscale: #808080. Windows color (decimal): -9729651 or 9275755. OLE color: 9275755.

HSL color Cylindrical-coordinate representation of color #6B898D: hue angle of 187.06º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6B898D is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 107 137 141 -
CMYK 0.24 0.03 0 0.45
HSL 187.06º 0.14% 0.49% -
HSV(B) 187.06º 0.24% 0.55% -
XYZ 19.82 22.94 28.58 -
YUV 128.49 135.06 112.67 -
System Red Green Blue C M Y K H S L
Decimal 107 137 141 0.24 0.03 0 0.45 187.06 0.14 0.49
Hex 6B 89 8D 18 3 0 2D BB E 31
Octal 153 211 215 30 3 0 55 273 16 61
Binary 1101011 10001001 10001101 11000 11 0 101101 10111011 1110 110001

Color Harmonies of #6B898D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B898D

Black with #6B898D

Text Example


Text Example

White with #6B898D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,137,141); }

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

background-color css

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

 a { background-color: rgb(107,137,141); }

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

border-color css

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

 span { border-color: rgb(107,137,141); }

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