Html Css Color HEX #687686 Raven

📋 copy color: '#687686'

red 104 ◦ green 118 ◦ blue 134

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

Shades of Raven #687686

Tints of Raven #687686

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.15%

 BLUE value IS 134 (52.73% from 255) = 37.64%

R = 29.21%
G = 33.15%
B = 37.64%

CMYK

 C value IS 0.22

 M value IS 0.12

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#687686 (or 0x687686) is known color: Raven. HEX triplet: 68, 76 and 86. RGB value is (104,118,134). Sum of RGB (Red+Green+Blue) = 104+118+134=356 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.21% from 356); Green value is 118 (46.48% from 255 or 33.15% from 356); Blue value is 134 (52.73% from 255 or 37.64% from 356); Max value from RGB is 134 - color contains mainly: blue. Hex color #687686 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687686 is #978979. Grayscale: #737373. Windows color (decimal): -9931130 or 8812136. OLE color: 8812136.

HSL color Cylindrical-coordinate representation of color #687686: hue angle of 212º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #687686 is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 104 118 134 -
CMYK 0.22 0.12 0 0.47
HSL 212º 0.13% 0.47% -
HSV(B) 212º 0.22% 0.53% -
XYZ 16.49 17.62 25.09 -
YUV 115.64 138.36 119.7 -
System Red Green Blue C M Y K H S L
Decimal 104 118 134 0.22 0.12 0 0.47 212 0.13 0.47
Hex 68 76 86 16 C 0 2F D4 D 2F
Octal 150 166 206 26 14 0 57 324 15 57
Binary 1101000 1110110 10000110 10110 1100 0 101111 11010100 1101 101111

Color Harmonies of #687686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687686

Black with #687686

Text Example


Text Example

White with #687686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687686; }

 p { color: rgb(104,118,134); }

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

background-color css

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

 a { background-color: rgb(104,118,134); }

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

border-color css

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

 span { border-color: rgb(104,118,134); }

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