Html Css Color HEX #6B858E Gothic

📋 copy color: '#6B858E'

red 107 ◦ green 133 ◦ blue 142

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

Shades of Gothic #6B858E

Tints of Gothic #6B858E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 37.17%

R = 28.01%
G = 34.82%
B = 37.17%

CMYK

 C value IS 0.25

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6B858E (or 0x6B858E) is known color: Gothic. HEX triplet: 6B, 85 and 8E. RGB value is (107,133,142). Sum of RGB (Red+Green+Blue) = 107+133+142=382 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.01% from 382); Green value is 133 (52.34% from 255 or 34.82% from 382); Blue value is 142 (55.86% from 255 or 37.17% from 382); Max value from RGB is 142 - color contains mainly: blue. Hex color #6B858E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B858E is #947A71. Grayscale: #7E7E7E. Windows color (decimal): -9730674 or 9340267. OLE color: 9340267.

HSL color Cylindrical-coordinate representation of color #6B858E: hue angle of 195.43º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6B858E is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 107 133 142 -
CMYK 0.25 0.06 0 0.44
HSL 195.43º 0.14% 0.49% -
HSV(B) 195.43º 0.25% 0.56% -
XYZ 19.33 21.85 28.79 -
YUV 126.25 136.89 114.27 -
System Red Green Blue C M Y K H S L
Decimal 107 133 142 0.25 0.06 0 0.44 195.43 0.14 0.49
Hex 6B 85 8E 19 6 0 2C C3 E 31
Octal 153 205 216 31 6 0 54 303 16 61
Binary 1101011 10000101 10001110 11001 110 0 101100 11000011 1110 110001

Color Harmonies of #6B858E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B858E

Black with #6B858E

Text Example


Text Example

White with #6B858E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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