Html Css Color HEX #67768A Slate Grey

📋 copy color: '#67768A'

red 103 ◦ green 118 ◦ blue 138

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

Shades of Slate Grey #67768A

Tints of Slate Grey #67768A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.87%

 BLUE value IS 138 (54.3% from 255) = 38.44%

R = 28.69%
G = 32.87%
B = 38.44%

CMYK

 C value IS 0.25

 M value IS 0.14

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#67768A (or 0x67768A) is known color: Slate Grey. HEX triplet: 67, 76 and 8A. RGB value is (103,118,138). Sum of RGB (Red+Green+Blue) = 103+118+138=359 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.69% from 359); Green value is 118 (46.48% from 255 or 32.87% from 359); Blue value is 138 (54.30% from 255 or 38.44% from 359); Max value from RGB is 138 - color contains mainly: blue. Hex color #67768A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67768A is #988975. Grayscale: #737373. Windows color (decimal): -9996662 or 9074279. OLE color: 9074279.

HSL color Cylindrical-coordinate representation of color #67768A: hue angle of 214.29º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #67768A is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 103 118 138 -
CMYK 0.25 0.14 0 0.46
HSL 214.29º 0.15% 0.47% -
HSV(B) 214.29º 0.25% 0.54% -
XYZ 16.66 17.68 26.58 -
YUV 115.8 140.53 118.87 -
System Red Green Blue C M Y K H S L
Decimal 103 118 138 0.25 0.14 0 0.46 214.29 0.15 0.47
Hex 67 76 8A 19 E 0 2E D6 F 2F
Octal 147 166 212 31 16 0 56 326 17 57
Binary 1100111 1110110 10001010 11001 1110 0 101110 11010110 1111 101111

Color Harmonies of #67768A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67768A

Black with #67768A

Text Example


Text Example

White with #67768A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67768A; }

 p { color: rgb(103,118,138); }

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

background-color css

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

 a { background-color: rgb(103,118,138); }

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

border-color css

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

 span { border-color: rgb(103,118,138); }

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