Html Css Color HEX #676068 Fedora

📋 copy color: '#676068'

red 103 ◦ green 96 ◦ blue 104

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

Shades of Fedora #676068

Tints of Fedora #676068

RGB

 RED value IS 103 (40.63% from 255) = 33.99%

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

 BLUE value IS 104 (41.02% from 255) = 34.32%

R = 33.99%
G = 31.68%
B = 34.32%

CMYK

 C value IS 0.01

 M value IS 0.08

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#676068 (or 0x676068) is known color: Fedora. HEX triplet: 67, 60 and 68. RGB value is (103,96,104). Sum of RGB (Red+Green+Blue) = 103+96+104=303 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.99% from 303); Green value is 96 (37.89% from 255 or 31.68% from 303); Blue value is 104 (41.02% from 255 or 34.32% from 303); Max value from RGB is 104 - color contains mainly: blue. Hex color #676068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676068 is #989F97. Grayscale: #626262. Windows color (decimal): -10002328 or 6840423. OLE color: 6840423.

HSL color Cylindrical-coordinate representation of color #676068: hue angle of 292.5º degrees, saturation: 0.04, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #676068 is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 103 96 104 -
CMYK 0.01 0.08 0 0.59
HSL 292.5º 0.04% 0.39% -
HSV(B) 292.5º 0.08% 0.41% -
XYZ 12.28 12.25 14.81 -
YUV 99.01 130.82 130.85 -
System Red Green Blue C M Y K H S L
Decimal 103 96 104 0.01 0.08 0 0.59 292.5 0.04 0.39
Hex 67 60 68 1 8 0 3B 124 4 27
Octal 147 140 150 1 10 0 73 444 4 47
Binary 1100111 1100000 1101000 1 1000 0 111011 100100100 100 100111

Color Harmonies of #676068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676068

Black with #676068

Text Example


Text Example

White with #676068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676068; }

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

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

background-color css

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

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

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

border-color css

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

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

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