Html Css Color HEX #677892 Slate Grey

📋 copy color: '#677892'

red 103 ◦ green 120 ◦ blue 146

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

Shades of Slate Grey #677892

Tints of Slate Grey #677892

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.52%

 BLUE value IS 146 (57.42% from 255) = 39.57%

R = 27.91%
G = 32.52%
B = 39.57%

CMYK

 C value IS 0.29

 M value IS 0.18

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#677892 (or 0x677892) is known color: Slate Grey. HEX triplet: 67, 78 and 92. RGB value is (103,120,146). Sum of RGB (Red+Green+Blue) = 103+120+146=369 (48% of max value = 765). Red value is 103 (40.62% from 255 or 27.91% from 369); Green value is 120 (47.27% from 255 or 32.52% from 369); Blue value is 146 (57.42% from 255 or 39.57% from 369); Max value from RGB is 146 - color contains mainly: blue. Hex color #677892 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677892 is #98876D. Grayscale: #757575. Windows color (decimal): -9996142 or 9599079. OLE color: 9599079.

HSL color Cylindrical-coordinate representation of color #677892: hue angle of 216.28º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #677892 is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 103 120 146 -
CMYK 0.29 0.18 0 0.43
HSL 216.28º 0.17% 0.49% -
HSV(B) 216.28º 0.29% 0.57% -
XYZ 17.5 18.39 29.82 -
YUV 117.88 143.87 117.39 -
System Red Green Blue C M Y K H S L
Decimal 103 120 146 0.29 0.18 0 0.43 216.28 0.17 0.49
Hex 67 78 92 1D 12 0 2B D8 11 31
Octal 147 170 222 35 22 0 53 330 21 61
Binary 1100111 1111000 10010010 11101 10010 0 101011 11011000 10001 110001

Color Harmonies of #677892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677892

Black with #677892

Text Example


Text Example

White with #677892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677892; }

 p { color: rgb(103,120,146); }

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

background-color css

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

 a { background-color: rgb(103,120,146); }

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

border-color css

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

 span { border-color: rgb(103,120,146); }

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