Html Css Color HEX #675B6D Fedora

📋 copy color: '#675B6D'

red 103 ◦ green 91 ◦ blue 109

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

Shades of Fedora #675B6D

Tints of Fedora #675B6D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.03%

 BLUE value IS 109 (42.97% from 255) = 35.97%

R = 33.99%
G = 30.03%
B = 35.97%

CMYK

 C value IS 0.06

 M value IS 0.17

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#675B6D (or 0x675B6D) is known color: Fedora. HEX triplet: 67, 5B and 6D. RGB value is (103,91,109). Sum of RGB (Red+Green+Blue) = 103+91+109=303 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.99% from 303); Green value is 91 (35.94% from 255 or 30.03% from 303); Blue value is 109 (42.97% from 255 or 35.97% from 303); Max value from RGB is 109 - color contains mainly: blue. Hex color #675B6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675B6D is #98A492. Grayscale: #606060. Windows color (decimal): -10003603 or 7166823. OLE color: 7166823.

HSL color Cylindrical-coordinate representation of color #675B6D: hue angle of 280º degrees, saturation: 0.09, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #675B6D is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 103 91 109 -
CMYK 0.06 0.17 0 0.57
HSL 280º 0.09% 0.39% -
HSV(B) 280º 0.17% 0.43% -
XYZ 12.09 11.47 16.04 -
YUV 96.64 134.98 132.54 -
System Red Green Blue C M Y K H S L
Decimal 103 91 109 0.06 0.17 0 0.57 280 0.09 0.39
Hex 67 5B 6D 6 11 0 39 118 9 27
Octal 147 133 155 6 21 0 71 430 11 47
Binary 1100111 1011011 1101101 110 10001 0 111001 100011000 1001 100111

Color Harmonies of #675B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675B6D

Black with #675B6D

Text Example


Text Example

White with #675B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,91,109); }

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

background-color css

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

 a { background-color: rgb(103,91,109); }

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

border-color css

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

 span { border-color: rgb(103,91,109); }

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