Html Css Color HEX #677B93 Slate Grey

📋 copy color: '#677B93'

red 103 ◦ green 123 ◦ blue 147

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

Shades of Slate Grey #677B93

Tints of Slate Grey #677B93

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.98%

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

R = 27.61%
G = 32.98%
B = 39.41%

CMYK

 C value IS 0.30

 M value IS 0.16

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#677B93 (or 0x677B93) is known color: Slate Grey. HEX triplet: 67, 7B and 93. RGB value is (103,123,147). Sum of RGB (Red+Green+Blue) = 103+123+147=373 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.61% from 373); Green value is 123 (48.44% from 255 or 32.98% from 373); Blue value is 147 (57.81% from 255 or 39.41% from 373); Max value from RGB is 147 - color contains mainly: blue. Hex color #677B93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677B93 is #98846C. Grayscale: #777777. Windows color (decimal): -9995373 or 9665383. OLE color: 9665383.

HSL color Cylindrical-coordinate representation of color #677B93: hue angle of 212.73º 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 #677B93 is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 103 123 147 -
CMYK 0.30 0.16 0 0.42
HSL 212.73º 0.18% 0.49% -
HSV(B) 212.73º 0.3% 0.58% -
XYZ 17.94 19.16 30.36 -
YUV 119.76 143.37 116.05 -
System Red Green Blue C M Y K H S L
Decimal 103 123 147 0.30 0.16 0 0.42 212.73 0.18 0.49
Hex 67 7B 93 1E 10 0 2A D5 12 31
Octal 147 173 223 36 20 0 52 325 22 61
Binary 1100111 1111011 10010011 11110 10000 0 101010 11010101 10010 110001

Color Harmonies of #677B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677B93

Black with #677B93

Text Example


Text Example

White with #677B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677B93; }

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

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

background-color css

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

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

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

border-color css

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

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

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