Html Css Color HEX #6B8384 Gothic

📋 copy color: '#6B8384'

red 107 ◦ green 131 ◦ blue 132

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

Shades of Gothic #6B8384

Tints of Gothic #6B8384

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.41%

 BLUE value IS 132 (51.95% from 255) = 35.68%

R = 28.92%
G = 35.41%
B = 35.68%

CMYK

 C value IS 0.19

 M value IS 0.01

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#6B8384 (or 0x6B8384) is known color: Gothic. HEX triplet: 6B, 83 and 84. RGB value is (107,131,132). Sum of RGB (Red+Green+Blue) = 107+131+132=370 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.92% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 132 (51.95% from 255 or 35.68% from 370); Max value from RGB is 132 - color contains mainly: blue. Hex color #6B8384 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B8384 is #947C7B. Grayscale: #7B7B7B. Windows color (decimal): -9731196 or 8684395. OLE color: 8684395.

HSL color Cylindrical-coordinate representation of color #6B8384: hue angle of 182.4º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6B8384 is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 107 131 132 -
CMYK 0.19 0.01 0 0.48
HSL 182.4º 0.1% 0.47% -
HSV(B) 182.4º 0.19% 0.52% -
XYZ 18.34 21.02 24.92 -
YUV 123.94 132.55 115.92 -
System Red Green Blue C M Y K H S L
Decimal 107 131 132 0.19 0.01 0 0.48 182.4 0.1 0.47
Hex 6B 83 84 13 1 0 30 B6 A 2F
Octal 153 203 204 23 1 0 60 266 12 57
Binary 1101011 10000011 10000100 10011 1 0 110000 10110110 1010 101111

Color Harmonies of #6B8384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8384

Black with #6B8384

Text Example


Text Example

White with #6B8384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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