Html Css Color HEX #6B858B Gothic

📋 copy color: '#6B858B'

red 107 ◦ green 133 ◦ blue 139

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

Shades of Gothic #6B858B

Tints of Gothic #6B858B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.09%

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

R = 28.23%
G = 35.09%
B = 36.68%

CMYK

 C value IS 0.23

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6B858B (or 0x6B858B) is known color: Gothic. HEX triplet: 6B, 85 and 8B. RGB value is (107,133,139). Sum of RGB (Red+Green+Blue) = 107+133+139=379 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.23% from 379); Green value is 133 (52.34% from 255 or 35.09% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 139 - color contains mainly: blue. Hex color #6B858B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B858B is #947A74. Grayscale: #7D7D7D. Windows color (decimal): -9730677 or 9143659. OLE color: 9143659.

HSL color Cylindrical-coordinate representation of color #6B858B: hue angle of 191.25º 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 #6B858B is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 107 133 139 -
CMYK 0.23 0.04 0 0.45
HSL 191.25º 0.13% 0.48% -
HSV(B) 191.25º 0.23% 0.55% -
XYZ 19.11 21.76 27.62 -
YUV 125.91 135.39 114.51 -
System Red Green Blue C M Y K H S L
Decimal 107 133 139 0.23 0.04 0 0.45 191.25 0.13 0.48
Hex 6B 85 8B 17 4 0 2D BF D 30
Octal 153 205 213 27 4 0 55 277 15 60
Binary 1101011 10000101 10001011 10111 100 0 101101 10111111 1101 110000

Color Harmonies of #6B858B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B858B

Black with #6B858B

Text Example


Text Example

White with #6B858B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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