Html Css Color HEX #675B68 Fedora

📋 copy color: '#675B68'

red 103 ◦ green 91 ◦ blue 104

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

Shades of Fedora #675B68

Tints of Fedora #675B68

RGB

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

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

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

R = 34.56%
G = 30.54%
B = 34.9%

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

#675B68 (or 0x675B68) is known color: Fedora. HEX triplet: 67, 5B and 68. RGB value is (103,91,104). Sum of RGB (Red+Green+Blue) = 103+91+104=298 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.56% from 298); Green value is 91 (35.94% from 255 or 30.54% from 298); Blue value is 104 (41.02% from 255 or 34.90% from 298); Max value from RGB is 104 - color contains mainly: blue. Hex color #675B68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675B68 is #98A497. Grayscale: #606060. Windows color (decimal): -10003608 or 6839143. OLE color: 6839143.

HSL color Cylindrical-coordinate representation of color #675B68: hue angle of 295.38º degrees, saturation: 0.07, 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 #675B68 is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 103 91 104 -
CMYK 0.01 0.12 0 0.59
HSL 295.38º 0.07% 0.38% -
HSV(B) 295.38º 0.13% 0.41% -
XYZ 11.83 11.37 14.67 -
YUV 96.07 132.48 132.94 -
System Red Green Blue C M Y K H S L
Decimal 103 91 104 0.01 0.12 0 0.59 295.38 0.07 0.38
Hex 67 5B 68 1 C 0 3B 127 7 26
Octal 147 133 150 1 14 0 73 447 7 46
Binary 1100111 1011011 1101000 1 1100 0 111011 100100111 111 100110

Color Harmonies of #675B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675B68

Black with #675B68

Text Example


Text Example

White with #675B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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