Html Css Color HEX #686C75 Raven

📋 copy color: '#686C75'

red 104 ◦ green 108 ◦ blue 117

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

Shades of Raven #686C75

Tints of Raven #686C75

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.83%

 BLUE value IS 117 (46.09% from 255) = 35.56%

R = 31.61%
G = 32.83%
B = 35.56%

CMYK

 C value IS 0.11

 M value IS 0.08

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#686C75 (or 0x686C75) is known color: Raven. HEX triplet: 68, 6C and 75. RGB value is (104,108,117). Sum of RGB (Red+Green+Blue) = 104+108+117=329 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.61% from 329); Green value is 108 (42.58% from 255 or 32.83% from 329); Blue value is 117 (46.09% from 255 or 35.56% from 329); Max value from RGB is 117 - color contains mainly: blue. Hex color #686C75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686C75 is #97938A. Grayscale: #6B6B6B. Windows color (decimal): -9933707 or 7695464. OLE color: 7695464.

HSL color Cylindrical-coordinate representation of color #686C75: hue angle of 221.54º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #686C75 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 104 108 117 -
CMYK 0.11 0.08 0 0.54
HSL 221.54º 0.06% 0.43% -
HSV(B) 221.54º 0.11% 0.46% -
XYZ 14.28 14.95 18.96 -
YUV 107.83 133.17 125.27 -
System Red Green Blue C M Y K H S L
Decimal 104 108 117 0.11 0.08 0 0.54 221.54 0.06 0.43
Hex 68 6C 75 B 8 0 36 DE 6 2B
Octal 150 154 165 13 10 0 66 336 6 53
Binary 1101000 1101100 1110101 1011 1000 0 110110 11011110 110 101011

Color Harmonies of #686C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686C75

Black with #686C75

Text Example


Text Example

White with #686C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686C75; }

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

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

background-color css

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

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

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

border-color css

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

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

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