Html Css Color HEX #67788F Slate Grey

📋 copy color: '#67788F'

red 103 ◦ green 120 ◦ blue 143

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

Shades of Slate Grey #67788F

Tints of Slate Grey #67788F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 39.07%

R = 28.14%
G = 32.79%
B = 39.07%

CMYK

 C value IS 0.28

 M value IS 0.16

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#67788F (or 0x67788F) is known color: Slate Grey. HEX triplet: 67, 78 and 8F. RGB value is (103,120,143). Sum of RGB (Red+Green+Blue) = 103+120+143=366 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.14% from 366); Green value is 120 (47.27% from 255 or 32.79% from 366); Blue value is 143 (56.25% from 255 or 39.07% from 366); Max value from RGB is 143 - color contains mainly: blue. Hex color #67788F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67788F is #988770. Grayscale: #757575. Windows color (decimal): -9996145 or 9402471. OLE color: 9402471.

HSL color Cylindrical-coordinate representation of color #67788F: hue angle of 214.5º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #67788F is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 103 120 143 -
CMYK 0.28 0.16 0 0.44
HSL 214.5º 0.16% 0.48% -
HSV(B) 214.5º 0.28% 0.56% -
XYZ 17.27 18.3 28.61 -
YUV 117.54 142.37 117.63 -
System Red Green Blue C M Y K H S L
Decimal 103 120 143 0.28 0.16 0 0.44 214.5 0.16 0.48
Hex 67 78 8F 1C 10 0 2C D6 10 30
Octal 147 170 217 34 20 0 54 326 20 60
Binary 1100111 1111000 10001111 11100 10000 0 101100 11010110 10000 110000

Color Harmonies of #67788F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67788F

Black with #67788F

Text Example


Text Example

White with #67788F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67788F; }

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

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

background-color css

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

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

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

border-color css

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

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

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