Html Css Color HEX #68717C Raven

📋 copy color: '#68717C'

red 104 ◦ green 113 ◦ blue 124

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

Shades of Raven #68717C

Tints of Raven #68717C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.14%

 BLUE value IS 124 (48.83% from 255) = 36.36%

R = 30.5%
G = 33.14%
B = 36.36%

CMYK

 C value IS 0.16

 M value IS 0.09

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#68717C (or 0x68717C) is known color: Raven. HEX triplet: 68, 71 and 7C. RGB value is (104,113,124). Sum of RGB (Red+Green+Blue) = 104+113+124=341 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.50% from 341); Green value is 113 (44.53% from 255 or 33.14% from 341); Blue value is 124 (48.83% from 255 or 36.36% from 341); Max value from RGB is 124 - color contains mainly: blue. Hex color #68717C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68717C is #978E83. Grayscale: #6F6F6F. Windows color (decimal): -9932420 or 8155496. OLE color: 8155496.

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

Color convert

RGB 104 113 124 -
CMYK 0.16 0.09 0 0.51
HSL 213º 0.09% 0.45% -
HSV(B) 213º 0.16% 0.49% -
XYZ 15.25 16.21 21.39 -
YUV 111.56 135.02 122.61 -
System Red Green Blue C M Y K H S L
Decimal 104 113 124 0.16 0.09 0 0.51 213 0.09 0.45
Hex 68 71 7C 10 9 0 33 D5 9 2D
Octal 150 161 174 20 11 0 63 325 11 55
Binary 1101000 1110001 1111100 10000 1001 0 110011 11010101 1001 101101

Color Harmonies of #68717C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68717C

Black with #68717C

Text Example


Text Example

White with #68717C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,113,124); }

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

background-color css

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

 a { background-color: rgb(104,113,124); }

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

border-color css

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

 span { border-color: rgb(104,113,124); }

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