#68717A

Color #68717A Raven (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raven #68717A

Tints of Raven #68717A

Color information

#68717A (or 0x68717A) is unknown color: approx Raven. HEX triplet: 68, 71 and 7A. RGB value is (104,113,122). Sum of RGB (Red+Green+Blue) = 104+113+122=339 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.68% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 122 (48.05% from 255 or 35.99% from 339); Max value from RGB is 122 - color contains mainly: blue. Hex color #68717A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68717A is #978E85. Grayscale: #6F6F6F. Windows color (decimal): -9932422 or 8024424. OLE color: 8024424.

HSL color Cylindrical-coordinate representation of color #68717A: hue angle of 210º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #68717A is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB104113122-
CMYK0.150.0700.52
HSL210º7.96%44.31%-
HSV(B)210º14.75%47.84%-
XYZ15.1316.1620.73-
YUV111.34134.02122.77-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.68%
GREEN value IS 113 (44.53% from 255) = 33.33%
BLUE value IS 122 (48.05% from 255) = 35.99%
R=30.68%
G=33.33%
B=35.99%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1041131220.150.0700.522107.9644.31
Hex68717AF7034d282c
Octal1501611721770643221054
Binary11010001110001111101011111110110100110100101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68717A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #68717A;
 }
 .AnyTagClassName
 {
   color: #68717A;
 }
</style>
background-color css

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

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

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

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

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

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