Html Css Color HEX #687685 Raven

📋 copy color: '#687685'

red 104 ◦ green 118 ◦ blue 133

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

Shades of Raven #687685

Tints of Raven #687685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 37.46%

R = 29.3%
G = 33.24%
B = 37.46%

CMYK

 C value IS 0.22

 M value IS 0.11

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#687685 (or 0x687685) is known color: Raven. HEX triplet: 68, 76 and 85. RGB value is (104,118,133). Sum of RGB (Red+Green+Blue) = 104+118+133=355 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.30% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 133 (52.34% from 255 or 37.46% from 355); Max value from RGB is 133 - color contains mainly: blue. Hex color #687685 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687685 is #97897A. Grayscale: #737373. Windows color (decimal): -9931131 or 8746600. OLE color: 8746600.

HSL color Cylindrical-coordinate representation of color #687685: hue angle of 211.03º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #687685 is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 104 118 133 -
CMYK 0.22 0.11 0 0.48
HSL 211.03º 0.12% 0.46% -
HSV(B) 211.03º 0.22% 0.52% -
XYZ 16.42 17.59 24.72 -
YUV 115.52 137.86 119.78 -
System Red Green Blue C M Y K H S L
Decimal 104 118 133 0.22 0.11 0 0.48 211.03 0.12 0.46
Hex 68 76 85 16 B 0 30 D3 C 2E
Octal 150 166 205 26 13 0 60 323 14 56
Binary 1101000 1110110 10000101 10110 1011 0 110000 11010011 1100 101110

Color Harmonies of #687685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687685

Black with #687685

Text Example


Text Example

White with #687685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687685; }

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

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

background-color css

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

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

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

border-color css

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

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

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