Html Css Color HEX #68606A Fedora

📋 copy color: '#68606A'

red 104 ◦ green 96 ◦ blue 106

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

Shades of Fedora #68606A

Tints of Fedora #68606A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 34.64%

R = 33.99%
G = 31.37%
B = 34.64%

CMYK

 C value IS 0.02

 M value IS 0.09

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#68606A (or 0x68606A) is known color: Fedora. HEX triplet: 68, 60 and 6A. RGB value is (104,96,106). Sum of RGB (Red+Green+Blue) = 104+96+106=306 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.99% from 306); Green value is 96 (37.89% from 255 or 31.37% from 306); Blue value is 106 (41.80% from 255 or 34.64% from 306); Max value from RGB is 106 - color contains mainly: blue. Hex color #68606A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68606A is #979F95. Grayscale: #636363. Windows color (decimal): -9936790 or 6971496. OLE color: 6971496.

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

Color convert

RGB 104 96 106 -
CMYK 0.02 0.09 0 0.58
HSL 288º 0.05% 0.4% -
HSV(B) 288º 0.09% 0.42% -
XYZ 12.49 12.35 15.36 -
YUV 99.53 131.65 131.19 -
System Red Green Blue C M Y K H S L
Decimal 104 96 106 0.02 0.09 0 0.58 288 0.05 0.4
Hex 68 60 6A 2 9 0 3A 120 5 28
Octal 150 140 152 2 11 0 72 440 5 50
Binary 1101000 1100000 1101010 10 1001 0 111010 100100000 101 101000

Color Harmonies of #68606A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68606A

Black with #68606A

Text Example


Text Example

White with #68606A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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