Html Css Color HEX #687582 Raven

📋 copy color: '#687582'

red 104 ◦ green 117 ◦ blue 130

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

Shades of Raven #687582

Tints of Raven #687582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 37.04%

R = 29.63%
G = 33.33%
B = 37.04%

CMYK

 C value IS 0.2

 M value IS 0.1

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#687582 (or 0x687582) is known color: Raven. HEX triplet: 68, 75 and 82. RGB value is (104,117,130). Sum of RGB (Red+Green+Blue) = 104+117+130=351 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.63% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 130 (51.17% from 255 or 37.04% from 351); Max value from RGB is 130 - color contains mainly: blue. Hex color #687582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687582 is #978A7D. Grayscale: #727272. Windows color (decimal): -9931390 or 8549736. OLE color: 8549736.

HSL color Cylindrical-coordinate representation of color #687582: hue angle of 210º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #687582 is Cyan = 0.2, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 117 130 -
CMYK 0.2 0.1 0 0.49
HSL 210º 0.11% 0.46% -
HSV(B) 210º 0.2% 0.51% -
XYZ 16.1 17.28 23.61 -
YUV 114.6 136.69 120.44 -
System Red Green Blue C M Y K H S L
Decimal 104 117 130 0.2 0.1 0 0.49 210 0.11 0.46
Hex 68 75 82 14 A 0 31 D2 B 2E
Octal 150 165 202 24 12 0 61 322 13 56
Binary 1101000 1110101 10000010 10100 1010 0 110001 11010010 1011 101110

Color Harmonies of #687582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687582

Black with #687582

Text Example


Text Example

White with #687582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687582; }

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

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

background-color css

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

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

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

border-color css

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

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

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