Html Css Color HEX #6B939B Gothic

📋 copy color: '#6B939B'

red 107 ◦ green 147 ◦ blue 155

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

Shades of Gothic #6B939B

Tints of Gothic #6B939B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.94%

 BLUE value IS 155 (60.94% from 255) = 37.9%

R = 26.16%
G = 35.94%
B = 37.9%

CMYK

 C value IS 0.31

 M value IS 0.05

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6B939B (or 0x6B939B) is known color: Gothic. HEX triplet: 6B, 93 and 9B. RGB value is (107,147,155). Sum of RGB (Red+Green+Blue) = 107+147+155=409 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.16% from 409); Green value is 147 (57.81% from 255 or 35.94% from 409); Blue value is 155 (60.94% from 255 or 37.90% from 409); Max value from RGB is 155 - color contains mainly: blue. Hex color #6B939B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B939B is #946C64. Grayscale: #878787. Windows color (decimal): -9727077 or 10195819. OLE color: 10195819.

HSL color Cylindrical-coordinate representation of color #6B939B: hue angle of 190º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6B939B is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 107 147 155 -
CMYK 0.31 0.05 0 0.39
HSL 190º 0.19% 0.51% -
HSV(B) 190º 0.31% 0.61% -
XYZ 22.41 26.36 34.92 -
YUV 135.95 138.75 107.35 -
System Red Green Blue C M Y K H S L
Decimal 107 147 155 0.31 0.05 0 0.39 190 0.19 0.51
Hex 6B 93 9B 1F 5 0 27 BE 13 33
Octal 153 223 233 37 5 0 47 276 23 63
Binary 1101011 10010011 10011011 11111 101 0 100111 10111110 10011 110011

Color Harmonies of #6B939B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B939B

Black with #6B939B

Text Example


Text Example

White with #6B939B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,147,155); }

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

background-color css

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

 a { background-color: rgb(107,147,155); }

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

border-color css

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

 span { border-color: rgb(107,147,155); }

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