Html Css Color HEX #6C898B Gothic

📋 copy color: '#6C898B'

red 108 ◦ green 137 ◦ blue 139

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

Shades of Gothic #6C898B

Tints of Gothic #6C898B

RGB

 RED value IS 108 (42.58% from 255) = 28.13%

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

 BLUE value IS 139 (54.69% from 255) = 36.2%

R = 28.13%
G = 35.68%
B = 36.2%

CMYK

 C value IS 0.22

 M value IS 0.01

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6C898B (or 0x6C898B) is known color: Gothic. HEX triplet: 6C, 89 and 8B. RGB value is (108,137,139). Sum of RGB (Red+Green+Blue) = 108+137+139=384 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.12% from 384); Green value is 137 (53.91% from 255 or 35.68% from 384); Blue value is 139 (54.69% from 255 or 36.20% from 384); Max value from RGB is 139 - color contains mainly: blue. Hex color #6C898B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C898B is #937674. Grayscale: #808080. Windows color (decimal): -9664117 or 9144684. OLE color: 9144684.

HSL color Cylindrical-coordinate representation of color #6C898B: hue angle of 183.87º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6C898B is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 108 137 139 -
CMYK 0.22 0.01 0 0.45
HSL 183.87º 0.13% 0.48% -
HSV(B) 183.87º 0.22% 0.55% -
XYZ 19.79 22.94 27.81 -
YUV 128.56 133.89 113.34 -
System Red Green Blue C M Y K H S L
Decimal 108 137 139 0.22 0.01 0 0.45 183.87 0.13 0.48
Hex 6C 89 8B 16 1 0 2D B8 D 30
Octal 154 211 213 26 1 0 55 270 15 60
Binary 1101100 10001001 10001011 10110 1 0 101101 10111000 1101 110000

Color Harmonies of #6C898B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C898B

Black with #6C898B

Text Example


Text Example

White with #6C898B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,137,139); }

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

background-color css

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

 a { background-color: rgb(108,137,139); }

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

border-color css

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

 span { border-color: rgb(108,137,139); }

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