Html Css Color HEX #687580 Raven

📋 copy color: '#687580'

red 104 ◦ green 117 ◦ blue 128

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

Shades of Raven #687580

Tints of Raven #687580

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.52%

 BLUE value IS 128 (50.39% from 255) = 36.68%

R = 29.8%
G = 33.52%
B = 36.68%

CMYK

 C value IS 0.19

 M value IS 0.09

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#687580 (or 0x687580) is known color: Raven. HEX triplet: 68, 75 and 80. RGB value is (104,117,128). Sum of RGB (Red+Green+Blue) = 104+117+128=349 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.80% from 349); Green value is 117 (46.09% from 255 or 33.52% from 349); Blue value is 128 (50.39% from 255 or 36.68% from 349); Max value from RGB is 128 - color contains mainly: blue. Hex color #687580 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687580 is #978A7F. Grayscale: #727272. Windows color (decimal): -9931392 or 8418664. OLE color: 8418664.

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

Color convert

RGB 104 117 128 -
CMYK 0.19 0.09 0 0.50
HSL 207.5º 0.1% 0.45% -
HSV(B) 207.5º 0.19% 0.5% -
XYZ 15.97 17.22 22.91 -
YUV 114.37 135.69 120.61 -
System Red Green Blue C M Y K H S L
Decimal 104 117 128 0.19 0.09 0 0.50 207.5 0.1 0.45
Hex 68 75 80 13 9 0 32 D0 A 2D
Octal 150 165 200 23 11 0 62 320 12 55
Binary 1101000 1110101 10000000 10011 1001 0 110010 11010000 1010 101101

Color Harmonies of #687580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687580

Black with #687580

Text Example


Text Example

White with #687580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687580; }

 p { color: rgb(104,117,128); }

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

background-color css

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

 a { background-color: rgb(104,117,128); }

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

border-color css

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

 span { border-color: rgb(104,117,128); }

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