Html Css Color HEX #678093 Slate Grey

📋 copy color: '#678093'

red 103 ◦ green 128 ◦ blue 147

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

Shades of Slate Grey #678093

Tints of Slate Grey #678093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 38.89%

R = 27.25%
G = 33.86%
B = 38.89%

CMYK

 C value IS 0.30

 M value IS 0.13

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#678093 (or 0x678093) is known color: Slate Grey. HEX triplet: 67, 80 and 93. RGB value is (103,128,147). Sum of RGB (Red+Green+Blue) = 103+128+147=378 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.25% from 378); Green value is 128 (50.39% from 255 or 33.86% from 378); Blue value is 147 (57.81% from 255 or 38.89% from 378); Max value from RGB is 147 - color contains mainly: blue. Hex color #678093 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678093 is #987F6C. Grayscale: #7A7A7A. Windows color (decimal): -9994093 or 9666663. OLE color: 9666663.

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

Color convert

RGB 103 128 147 -
CMYK 0.30 0.13 0 0.42
HSL 205.91º 0.18% 0.49% -
HSV(B) 205.91º 0.3% 0.58% -
XYZ 18.58 20.43 30.57 -
YUV 122.69 141.72 113.96 -
System Red Green Blue C M Y K H S L
Decimal 103 128 147 0.30 0.13 0 0.42 205.91 0.18 0.49
Hex 67 80 93 1E D 0 2A CE 12 31
Octal 147 200 223 36 15 0 52 316 22 61
Binary 1100111 10000000 10010011 11110 1101 0 101010 11001110 10010 110001

Color Harmonies of #678093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678093

Black with #678093

Text Example


Text Example

White with #678093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #678093; }

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

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

background-color css

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

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

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

border-color css

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

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

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