Html Css Color HEX #68717F Raven

📋 copy color: '#68717F'

red 104 ◦ green 113 ◦ blue 127

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

Shades of Raven #68717F

Tints of Raven #68717F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 36.92%

R = 30.23%
G = 32.85%
B = 36.92%

CMYK

 C value IS 0.18

 M value IS 0.11

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#68717F (or 0x68717F) is known color: Raven. HEX triplet: 68, 71 and 7F. RGB value is (104,113,127). Sum of RGB (Red+Green+Blue) = 104+113+127=344 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.23% from 344); Green value is 113 (44.53% from 255 or 32.85% from 344); Blue value is 127 (50% from 255 or 36.92% from 344); Max value from RGB is 127 - color contains mainly: blue. Hex color #68717F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68717F is #978E80. Grayscale: #6F6F6F. Windows color (decimal): -9932417 or 8352104. OLE color: 8352104.

HSL color Cylindrical-coordinate representation of color #68717F: hue angle of 216.52º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #68717F is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 104 113 127 -
CMYK 0.18 0.11 0 0.50
HSL 216.52º 0.1% 0.45% -
HSV(B) 216.52º 0.18% 0.5% -
XYZ 15.44 16.29 22.41 -
YUV 111.91 136.52 122.36 -
System Red Green Blue C M Y K H S L
Decimal 104 113 127 0.18 0.11 0 0.50 216.52 0.1 0.45
Hex 68 71 7F 12 B 0 32 D9 A 2D
Octal 150 161 177 22 13 0 62 331 12 55
Binary 1101000 1110001 1111111 10010 1011 0 110010 11011001 1010 101101

Color Harmonies of #68717F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68717F

Black with #68717F

Text Example


Text Example

White with #68717F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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