Html Css Color HEX #675A6B Fedora

📋 copy color: '#675A6B'

red 103 ◦ green 90 ◦ blue 107

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

Shades of Fedora #675A6B

Tints of Fedora #675A6B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30%

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

R = 34.33%
G = 30%
B = 35.67%

CMYK

 C value IS 0.04

 M value IS 0.16

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#675A6B (or 0x675A6B) is known color: Fedora. HEX triplet: 67, 5A and 6B. RGB value is (103,90,107). Sum of RGB (Red+Green+Blue) = 103+90+107=300 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.33% from 300); Green value is 90 (35.55% from 255 or 30% from 300); Blue value is 107 (42.19% from 255 or 35.67% from 300); Max value from RGB is 107 - color contains mainly: blue. Hex color #675A6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675A6B is #98A594. Grayscale: #5F5F5F. Windows color (decimal): -10003861 or 7035495. OLE color: 7035495.

HSL color Cylindrical-coordinate representation of color #675A6B: hue angle of 285.88º degrees, saturation: 0.09, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #675A6B is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 103 90 107 -
CMYK 0.04 0.16 0 0.58
HSL 285.88º 0.09% 0.39% -
HSV(B) 285.88º 0.16% 0.42% -
XYZ 11.9 11.26 15.46 -
YUV 95.83 134.31 133.12 -
System Red Green Blue C M Y K H S L
Decimal 103 90 107 0.04 0.16 0 0.58 285.88 0.09 0.39
Hex 67 5A 6B 4 10 0 3A 11E 9 27
Octal 147 132 153 4 20 0 72 436 11 47
Binary 1100111 1011010 1101011 100 10000 0 111010 100011110 1001 100111

Color Harmonies of #675A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675A6B

Black with #675A6B

Text Example


Text Example

White with #675A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,90,107); }

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

background-color css

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

 a { background-color: rgb(103,90,107); }

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

border-color css

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

 span { border-color: rgb(103,90,107); }

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