Html Css Color HEX #687082 Raven

📋 copy color: '#687082'

red 104 ◦ green 112 ◦ blue 130

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

Shades of Raven #687082

Tints of Raven #687082

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.37%

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

R = 30.06%
G = 32.37%
B = 37.57%

CMYK

 C value IS 0.2

 M value IS 0.14

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#687082 (or 0x687082) is known color: Raven. HEX triplet: 68, 70 and 82. RGB value is (104,112,130). Sum of RGB (Red+Green+Blue) = 104+112+130=346 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.06% from 346); Green value is 112 (44.14% from 255 or 32.37% from 346); Blue value is 130 (51.17% from 255 or 37.57% from 346); Max value from RGB is 130 - color contains mainly: blue. Hex color #687082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687082 is #978F7D. Grayscale: #6F6F6F. Windows color (decimal): -9932670 or 8548456. OLE color: 8548456.

HSL color Cylindrical-coordinate representation of color #687082: hue angle of 221.54º 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 #687082 is Cyan = 0.2, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 112 130 -
CMYK 0.2 0.14 0 0.49
HSL 221.54º 0.11% 0.46% -
HSV(B) 221.54º 0.2% 0.51% -
XYZ 15.53 16.14 23.42 -
YUV 111.66 138.35 122.54 -
System Red Green Blue C M Y K H S L
Decimal 104 112 130 0.2 0.14 0 0.49 221.54 0.11 0.46
Hex 68 70 82 14 E 0 31 DE B 2E
Octal 150 160 202 24 16 0 61 336 13 56
Binary 1101000 1110000 10000010 10100 1110 0 110001 11011110 1011 101110

Color Harmonies of #687082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687082

Black with #687082

Text Example


Text Example

White with #687082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687082; }

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

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

background-color css

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

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

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

border-color css

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

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

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