Html Css Color HEX #675F6A Fedora

📋 copy color: '#675F6A'

red 103 ◦ green 95 ◦ blue 106

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

Shades of Fedora #675F6A

Tints of Fedora #675F6A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.25%

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

R = 33.88%
G = 31.25%
B = 34.87%

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

#675F6A (or 0x675F6A) is known color: Fedora. HEX triplet: 67, 5F and 6A. RGB value is (103,95,106). Sum of RGB (Red+Green+Blue) = 103+95+106=304 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.88% from 304); Green value is 95 (37.5% from 255 or 31.25% from 304); Blue value is 106 (41.80% from 255 or 34.87% from 304); Max value from RGB is 106 - color contains mainly: blue. Hex color #675F6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675F6A is #98A095. Grayscale: #626262. Windows color (decimal): -10002582 or 6971239. OLE color: 6971239.

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

Color convert

RGB 103 95 106 -
CMYK 0.03 0.10 0 0.58
HSL 283.64º 0.05% 0.39% -
HSV(B) 283.64º 0.1% 0.42% -
XYZ 12.29 12.11 15.33 -
YUV 98.65 132.15 131.11 -
System Red Green Blue C M Y K H S L
Decimal 103 95 106 0.03 0.10 0 0.58 283.64 0.05 0.39
Hex 67 5F 6A 3 A 0 3A 11C 5 27
Octal 147 137 152 3 12 0 72 434 5 47
Binary 1100111 1011111 1101010 11 1010 0 111010 100011100 101 100111

Color Harmonies of #675F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675F6A

Black with #675F6A

Text Example


Text Example

White with #675F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,95,106); }

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

background-color css

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

 a { background-color: rgb(103,95,106); }

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

border-color css

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

 span { border-color: rgb(103,95,106); }

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