Html Css Color HEX #675C68 Fedora

📋 copy color: '#675C68'

red 103 ◦ green 92 ◦ blue 104

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

Shades of Fedora #675C68

Tints of Fedora #675C68

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.77%

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

R = 34.45%
G = 30.77%
B = 34.78%

CMYK

 C value IS 0.01

 M value IS 0.12

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#675C68 (or 0x675C68) is known color: Fedora. HEX triplet: 67, 5C and 68. RGB value is (103,92,104). Sum of RGB (Red+Green+Blue) = 103+92+104=299 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.45% from 299); Green value is 92 (36.33% from 255 or 30.77% from 299); Blue value is 104 (41.02% from 255 or 34.78% from 299); Max value from RGB is 104 - color contains mainly: blue. Hex color #675C68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675C68 is #98A397. Grayscale: #606060. Windows color (decimal): -10003352 or 6839399. OLE color: 6839399.

HSL color Cylindrical-coordinate representation of color #675C68: hue angle of 295º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #675C68 is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 103 92 104 -
CMYK 0.01 0.12 0 0.59
HSL 295º 0.06% 0.38% -
HSV(B) 295º 0.12% 0.41% -
XYZ 11.92 11.54 14.7 -
YUV 96.66 132.14 132.52 -
System Red Green Blue C M Y K H S L
Decimal 103 92 104 0.01 0.12 0 0.59 295 0.06 0.38
Hex 67 5C 68 1 C 0 3B 127 6 26
Octal 147 134 150 1 14 0 73 447 6 46
Binary 1100111 1011100 1101000 1 1100 0 111011 100100111 110 100110

Color Harmonies of #675C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675C68

Black with #675C68

Text Example


Text Example

White with #675C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675C68; }

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

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

background-color css

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

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

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

border-color css

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

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

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