Html Css Color HEX #675669 Fedora

📋 copy color: '#675669'

red 103 ◦ green 86 ◦ blue 105

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

Shades of Fedora #675669

Tints of Fedora #675669

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.25%

 BLUE value IS 105 (41.41% from 255) = 35.71%

R = 35.03%
G = 29.25%
B = 35.71%

CMYK

 C value IS 0.02

 M value IS 0.18

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#675669 (or 0x675669) is known color: Fedora. HEX triplet: 67, 56 and 69. RGB value is (103,86,105). Sum of RGB (Red+Green+Blue) = 103+86+105=294 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.03% from 294); Green value is 86 (33.98% from 255 or 29.25% from 294); Blue value is 105 (41.41% from 255 or 35.71% from 294); Max value from RGB is 105 - color contains mainly: blue. Hex color #675669 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675669 is #98A996. Grayscale: #5D5D5D. Windows color (decimal): -10004887 or 6903399. OLE color: 6903399.

HSL color Cylindrical-coordinate representation of color #675669: hue angle of 293.68º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #675669 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 103 86 105 -
CMYK 0.02 0.18 0 0.59
HSL 293.68º 0.1% 0.37% -
HSV(B) 293.68º 0.18% 0.41% -
XYZ 11.47 10.56 14.8 -
YUV 93.25 134.63 134.96 -
System Red Green Blue C M Y K H S L
Decimal 103 86 105 0.02 0.18 0 0.59 293.68 0.1 0.37
Hex 67 56 69 2 12 0 3B 126 A 25
Octal 147 126 151 2 22 0 73 446 12 45
Binary 1100111 1010110 1101001 10 10010 0 111011 100100110 1010 100101

Color Harmonies of #675669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675669

Black with #675669

Text Example


Text Example

White with #675669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675669; }

 p { color: rgb(103,86,105); }

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

background-color css

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

 a { background-color: rgb(103,86,105); }

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

border-color css

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

 span { border-color: rgb(103,86,105); }

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