Html Css Color HEX #67819C Slate Grey

📋 copy color: '#67819C'

red 103 ◦ green 129 ◦ blue 156

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

Shades of Slate Grey #67819C

Tints of Slate Grey #67819C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.25%

 BLUE value IS 156 (61.33% from 255) = 40.21%

R = 26.55%
G = 33.25%
B = 40.21%

CMYK

 C value IS 0.34

 M value IS 0.17

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#67819C (or 0x67819C) is known color: Slate Grey. HEX triplet: 67, 81 and 9C. RGB value is (103,129,156). Sum of RGB (Red+Green+Blue) = 103+129+156=388 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.55% from 388); Green value is 129 (50.78% from 255 or 33.25% from 388); Blue value is 156 (61.33% from 255 or 40.21% from 388); Max value from RGB is 156 - color contains mainly: blue. Hex color #67819C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67819C is #987E63. Grayscale: #7C7C7C. Windows color (decimal): -9993828 or 10256743. OLE color: 10256743.

HSL color Cylindrical-coordinate representation of color #67819C: hue angle of 210.57º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #67819C is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 103 129 156 -
CMYK 0.34 0.17 0 0.39
HSL 210.57º 0.21% 0.51% -
HSV(B) 210.57º 0.34% 0.61% -
XYZ 19.44 20.98 34.48 -
YUV 124.3 145.89 112.8 -
System Red Green Blue C M Y K H S L
Decimal 103 129 156 0.34 0.17 0 0.39 210.57 0.21 0.51
Hex 67 81 9C 22 11 0 27 D3 15 33
Octal 147 201 234 42 21 0 47 323 25 63
Binary 1100111 10000001 10011100 100010 10001 0 100111 11010011 10101 110011

Color Harmonies of #67819C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67819C

Black with #67819C

Text Example


Text Example

White with #67819C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67819C; }

 p { color: rgb(103,129,156); }

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

background-color css

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

 a { background-color: rgb(103,129,156); }

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

border-color css

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

 span { border-color: rgb(103,129,156); }

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