Html Css Color HEX #675A68 Fedora

📋 copy color: '#675A68'

red 103 ◦ green 90 ◦ blue 104

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

Shades of Fedora #675A68

Tints of Fedora #675A68

RGB

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

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

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

R = 34.68%
G = 30.3%
B = 35.02%

CMYK

 C value IS 0.01

 M value IS 0.13

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#675A68 (or 0x675A68) is known color: Fedora. HEX triplet: 67, 5A and 68. RGB value is (103,90,104). Sum of RGB (Red+Green+Blue) = 103+90+104=297 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.68% from 297); Green value is 90 (35.55% from 255 or 30.30% from 297); Blue value is 104 (41.02% from 255 or 35.02% from 297); Max value from RGB is 104 - color contains mainly: blue. Hex color #675A68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675A68 is #98A597. Grayscale: #5F5F5F. Windows color (decimal): -10003864 or 6838887. OLE color: 6838887.

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

Color convert

RGB 103 90 104 -
CMYK 0.01 0.13 0 0.59
HSL 295.71º 0.07% 0.38% -
HSV(B) 295.71º 0.13% 0.41% -
XYZ 11.75 11.2 14.64 -
YUV 95.48 132.81 133.36 -
System Red Green Blue C M Y K H S L
Decimal 103 90 104 0.01 0.13 0 0.59 295.71 0.07 0.38
Hex 67 5A 68 1 D 0 3B 128 7 26
Octal 147 132 150 1 15 0 73 450 7 46
Binary 1100111 1011010 1101000 1 1101 0 111011 100101000 111 100110

Color Harmonies of #675A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675A68

Black with #675A68

Text Example


Text Example

White with #675A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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