Html Css Color HEX #68737D Raven

📋 copy color: '#68737D'

red 104 ◦ green 115 ◦ blue 125

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

Shades of Raven #68737D

Tints of Raven #68737D

RGB

 RED value IS 104 (41.02% from 255) = 30.23%

 GREEN value IS 115 (45.31% from 255) = 33.43%

 BLUE value IS 125 (49.22% from 255) = 36.34%

R = 30.23%
G = 33.43%
B = 36.34%

CMYK

 C value IS 0.17

 M value IS 0.08

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#68737D (or 0x68737D) is known color: Raven. HEX triplet: 68, 73 and 7D. RGB value is (104,115,125). Sum of RGB (Red+Green+Blue) = 104+115+125=344 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.23% from 344); Green value is 115 (45.31% from 255 or 33.43% from 344); Blue value is 125 (49.22% from 255 or 36.34% from 344); Max value from RGB is 125 - color contains mainly: blue. Hex color #68737D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68737D is #978C82. Grayscale: #707070. Windows color (decimal): -9931907 or 8221544. OLE color: 8221544.

HSL color Cylindrical-coordinate representation of color #68737D: hue angle of 208.57º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #68737D is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 104 115 125 -
CMYK 0.17 0.08 0 0.51
HSL 208.57º 0.09% 0.45% -
HSV(B) 208.57º 0.17% 0.49% -
XYZ 15.54 16.69 21.8 -
YUV 112.85 134.86 121.69 -
System Red Green Blue C M Y K H S L
Decimal 104 115 125 0.17 0.08 0 0.51 208.57 0.09 0.45
Hex 68 73 7D 11 8 0 33 D1 9 2D
Octal 150 163 175 21 10 0 63 321 11 55
Binary 1101000 1110011 1111101 10001 1000 0 110011 11010001 1001 101101

Color Harmonies of #68737D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68737D

Black with #68737D

Text Example


Text Example

White with #68737D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68737D; }

 p { color: rgb(104,115,125); }

 H1.HeaderClassName
 {
   color: #68737D;
 }
 .AnyTagClassName
 {
   color: #68737D;
 }
</style>

background-color css

<style>
 a { background-color: #68737D; }

 a { background-color: rgb(104,115,125); }

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

border-color css

<style>
 span { border-color: #68737D; }

 span { border-color: rgb(104,115,125); }

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