Html Css Color HEX #68737F Raven

📋 copy color: '#68737F'

red 104 ◦ green 115 ◦ blue 127

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

Shades of Raven #68737F

Tints of Raven #68737F

RGB

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

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

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

R = 30.06%
G = 33.24%
B = 36.71%

CMYK

 C value IS 0.18

 M value IS 0.09

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#68737F (or 0x68737F) is known color: Raven. HEX triplet: 68, 73 and 7F. RGB value is (104,115,127). Sum of RGB (Red+Green+Blue) = 104+115+127=346 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.06% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 127 (50% from 255 or 36.71% from 346); Max value from RGB is 127 - color contains mainly: blue. Hex color #68737F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68737F is #978C80. Grayscale: #717171. Windows color (decimal): -9931905 or 8352616. OLE color: 8352616.

HSL color Cylindrical-coordinate representation of color #68737F: hue angle of 211.3º 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 #68737F is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 104 115 127 -
CMYK 0.18 0.09 0 0.50
HSL 211.3º 0.1% 0.45% -
HSV(B) 211.3º 0.18% 0.5% -
XYZ 15.67 16.74 22.48 -
YUV 113.08 135.86 121.52 -
System Red Green Blue C M Y K H S L
Decimal 104 115 127 0.18 0.09 0 0.50 211.3 0.1 0.45
Hex 68 73 7F 12 9 0 32 D3 A 2D
Octal 150 163 177 22 11 0 62 323 12 55
Binary 1101000 1110011 1111111 10010 1001 0 110010 11010011 1010 101101

Color Harmonies of #68737F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68737F

Black with #68737F

Text Example


Text Example

White with #68737F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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