Html Css Color HEX #678095 Slate Grey

📋 copy color: '#678095'

red 103 ◦ green 128 ◦ blue 149

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

Shades of Slate Grey #678095

Tints of Slate Grey #678095

RGB

 RED value IS 103 (40.63% from 255) = 27.11%

 GREEN value IS 128 (50.39% from 255) = 33.68%

 BLUE value IS 149 (58.59% from 255) = 39.21%

R = 27.11%
G = 33.68%
B = 39.21%

CMYK

 C value IS 0.31

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#678095 (or 0x678095) is known color: Slate Grey. HEX triplet: 67, 80 and 95. RGB value is (103,128,149). Sum of RGB (Red+Green+Blue) = 103+128+149=380 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.11% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 149 (58.59% from 255 or 39.21% from 380); Max value from RGB is 149 - color contains mainly: blue. Hex color #678095 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678095 is #987F6A. Grayscale: #7A7A7A. Windows color (decimal): -9994091 or 9797735. OLE color: 9797735.

HSL color Cylindrical-coordinate representation of color #678095: hue angle of 207.39º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #678095 is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 103 128 149 -
CMYK 0.31 0.14 0 0.42
HSL 207.39º 0.18% 0.49% -
HSV(B) 207.39º 0.31% 0.58% -
XYZ 18.74 20.49 31.4 -
YUV 122.92 142.72 113.79 -
System Red Green Blue C M Y K H S L
Decimal 103 128 149 0.31 0.14 0 0.42 207.39 0.18 0.49
Hex 67 80 95 1F E 0 2A CF 12 31
Octal 147 200 225 37 16 0 52 317 22 61
Binary 1100111 10000000 10010101 11111 1110 0 101010 11001111 10010 110001

Color Harmonies of #678095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678095

Black with #678095

Text Example


Text Example

White with #678095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #678095; }

 p { color: rgb(103,128,149); }

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

background-color css

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

 a { background-color: rgb(103,128,149); }

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

border-color css

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

 span { border-color: rgb(103,128,149); }

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