Html Css Color HEX #684B67 Fedora

📋 copy color: '#684B67'

red 104 ◦ green 75 ◦ blue 103

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

Shades of Fedora #684B67

Tints of Fedora #684B67

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.6%

 BLUE value IS 103 (40.63% from 255) = 36.52%

R = 36.88%
G = 26.6%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.01

 K value IS 0.59

RGB Variations

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

Color information

#684B67 (or 0x684B67) is known color: Fedora. HEX triplet: 68, 4B and 67. RGB value is (104,75,103). Sum of RGB (Red+Green+Blue) = 104+75+103=282 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.88% from 282); Green value is 75 (29.69% from 255 or 26.60% from 282); Blue value is 103 (40.62% from 255 or 36.52% from 282); Max value from RGB is 104 - color contains mainly: red. Hex color #684B67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684B67 is #97B498. Grayscale: #565656. Windows color (decimal): -9942169 or 6769512. OLE color: 6769512.

HSL color Cylindrical-coordinate representation of color #684B67: hue angle of 302.07º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #684B67 is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 75 103 -
CMYK 0 0.28 0.01 0.59
HSL 302.07º 0.16% 0.35% -
HSV(B) 302.07º 0.28% 0.41% -
XYZ 10.67 8.95 14 -
YUV 86.86 137.11 140.22 -
System Red Green Blue C M Y K H S L
Decimal 104 75 103 0 0.28 0.01 0.59 302.07 0.16 0.35
Hex 68 4B 67 0 1C 1 3B 12E 10 23
Octal 150 113 147 0 34 1 73 456 20 43
Binary 1101000 1001011 1100111 0 11100 1 111011 100101110 10000 100011

Color Harmonies of #684B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684B67

Black with #684B67

Text Example


Text Example

White with #684B67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684B67; }

 p { color: rgb(104,75,103); }

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

background-color css

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

 a { background-color: rgb(104,75,103); }

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

border-color css

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

 span { border-color: rgb(104,75,103); }

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