Html Css Color HEX #675368 Fedora

📋 copy color: '#675368'

red 103 ◦ green 83 ◦ blue 104

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

Shades of Fedora #675368

Tints of Fedora #675368

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.62%

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

R = 35.52%
G = 28.62%
B = 35.86%

CMYK

 C value IS 0.01

 M value IS 0.20

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#675368 (or 0x675368) is known color: Fedora. HEX triplet: 67, 53 and 68. RGB value is (103,83,104). Sum of RGB (Red+Green+Blue) = 103+83+104=290 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.52% from 290); Green value is 83 (32.81% from 255 or 28.62% from 290); Blue value is 104 (41.02% from 255 or 35.86% from 290); Max value from RGB is 104 - color contains mainly: blue. Hex color #675368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675368 is #98AC97. Grayscale: #5B5B5B. Windows color (decimal): -10005656 or 6837095. OLE color: 6837095.

HSL color Cylindrical-coordinate representation of color #675368: hue angle of 297.14º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #675368 is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 103 83 104 -
CMYK 0.01 0.20 0 0.59
HSL 297.14º 0.11% 0.37% -
HSV(B) 297.14º 0.2% 0.41% -
XYZ 11.19 10.07 14.45 -
YUV 91.37 135.13 136.29 -
System Red Green Blue C M Y K H S L
Decimal 103 83 104 0.01 0.20 0 0.59 297.14 0.11 0.37
Hex 67 53 68 1 14 0 3B 129 B 25
Octal 147 123 150 1 24 0 73 451 13 45
Binary 1100111 1010011 1101000 1 10100 0 111011 100101001 1011 100101

Color Harmonies of #675368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675368

Black with #675368

Text Example


Text Example

White with #675368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675368; }

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

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

background-color css

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

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

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

border-color css

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

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

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