Html Css Color HEX #68606B Fedora

📋 copy color: '#68606B'

red 104 ◦ green 96 ◦ blue 107

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

Shades of Fedora #68606B

Tints of Fedora #68606B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.27%

 BLUE value IS 107 (42.19% from 255) = 34.85%

R = 33.88%
G = 31.27%
B = 34.85%

CMYK

 C value IS 0.03

 M value IS 0.10

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#68606B (or 0x68606B) is known color: Fedora. HEX triplet: 68, 60 and 6B. RGB value is (104,96,107). Sum of RGB (Red+Green+Blue) = 104+96+107=307 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.88% from 307); Green value is 96 (37.89% from 255 or 31.27% from 307); Blue value is 107 (42.19% from 255 or 34.85% from 307); Max value from RGB is 107 - color contains mainly: blue. Hex color #68606B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68606B is #979F94. Grayscale: #636363. Windows color (decimal): -9936789 or 7037032. OLE color: 7037032.

HSL color Cylindrical-coordinate representation of color #68606B: hue angle of 283.64º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #68606B is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 104 96 107 -
CMYK 0.03 0.10 0 0.58
HSL 283.64º 0.05% 0.4% -
HSV(B) 283.64º 0.1% 0.42% -
XYZ 12.55 12.37 15.64 -
YUV 99.65 132.15 131.11 -
System Red Green Blue C M Y K H S L
Decimal 104 96 107 0.03 0.10 0 0.58 283.64 0.05 0.4
Hex 68 60 6B 3 A 0 3A 11C 5 28
Octal 150 140 153 3 12 0 72 434 5 50
Binary 1101000 1100000 1101011 11 1010 0 111010 100011100 101 101000

Color Harmonies of #68606B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68606B

Black with #68606B

Text Example


Text Example

White with #68606B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68606B; }

 p { color: rgb(104,96,107); }

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

background-color css

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

 a { background-color: rgb(104,96,107); }

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

border-color css

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

 span { border-color: rgb(104,96,107); }

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