Html Css Color HEX #677DA2 Slate Grey

📋 copy color: '#677DA2'

red 103 ◦ green 125 ◦ blue 162

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

Shades of Slate Grey #677DA2

Tints of Slate Grey #677DA2

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.05%

 BLUE value IS 162 (63.67% from 255) = 41.54%

R = 26.41%
G = 32.05%
B = 41.54%

CMYK

 C value IS 0.36

 M value IS 0.23

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#677DA2 (or 0x677DA2) is known color: Slate Grey. HEX triplet: 67, 7D and A2. RGB value is (103,125,162). Sum of RGB (Red+Green+Blue) = 103+125+162=390 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.41% from 390); Green value is 125 (49.22% from 255 or 32.05% from 390); Blue value is 162 (63.67% from 255 or 41.54% from 390); Max value from RGB is 162 - color contains mainly: blue. Hex color #677DA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677DA2 is #98825D. Grayscale: #7A7A7A. Windows color (decimal): -9994846 or 10648935. OLE color: 10648935.

HSL color Cylindrical-coordinate representation of color #677DA2: hue angle of 217.63º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #677DA2 is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 103 125 162 -
CMYK 0.36 0.23 0 0.36
HSL 217.63º 0.24% 0.52% -
HSV(B) 217.63º 0.36% 0.64% -
XYZ 19.45 20.16 37.05 -
YUV 122.64 150.21 113.99 -
System Red Green Blue C M Y K H S L
Decimal 103 125 162 0.36 0.23 0 0.36 217.63 0.24 0.52
Hex 67 7D A2 24 17 0 24 DA 18 34
Octal 147 175 242 44 27 0 44 332 30 64
Binary 1100111 1111101 10100010 100100 10111 0 100100 11011010 11000 110100

Color Harmonies of #677DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677DA2

Black with #677DA2

Text Example


Text Example

White with #677DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,125,162); }

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

background-color css

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

 a { background-color: rgb(103,125,162); }

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

border-color css

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

 span { border-color: rgb(103,125,162); }

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