Html Css Color HEX #6B848B Gothic

📋 copy color: '#6B848B'

red 107 ◦ green 132 ◦ blue 139

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

Shades of Gothic #6B848B

Tints of Gothic #6B848B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.92%

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

R = 28.31%
G = 34.92%
B = 36.77%

CMYK

 C value IS 0.23

 M value IS 0.05

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6B848B (or 0x6B848B) is known color: Gothic. HEX triplet: 6B, 84 and 8B. RGB value is (107,132,139). Sum of RGB (Red+Green+Blue) = 107+132+139=378 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.31% from 378); Green value is 132 (51.95% from 255 or 34.92% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 139 - color contains mainly: blue. Hex color #6B848B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B848B is #947B74. Grayscale: #7D7D7D. Windows color (decimal): -9730933 or 9143403. OLE color: 9143403.

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

Color convert

RGB 107 132 139 -
CMYK 0.23 0.05 0 0.45
HSL 193.13º 0.13% 0.48% -
HSV(B) 193.13º 0.23% 0.55% -
XYZ 18.97 21.49 27.57 -
YUV 125.32 135.72 114.93 -
System Red Green Blue C M Y K H S L
Decimal 107 132 139 0.23 0.05 0 0.45 193.13 0.13 0.48
Hex 6B 84 8B 17 5 0 2D C1 D 30
Octal 153 204 213 27 5 0 55 301 15 60
Binary 1101011 10000100 10001011 10111 101 0 101101 11000001 1101 110000

Color Harmonies of #6B848B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B848B

Black with #6B848B

Text Example


Text Example

White with #6B848B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,132,139); }

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

background-color css

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

 a { background-color: rgb(107,132,139); }

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

border-color css

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

 span { border-color: rgb(107,132,139); }

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