Html Css Color HEX #675A6E Fedora

📋 copy color: '#675A6E'

red 103 ◦ green 90 ◦ blue 110

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

Shades of Fedora #675A6E

Tints of Fedora #675A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 36.3%

R = 33.99%
G = 29.7%
B = 36.3%

CMYK

 C value IS 0.06

 M value IS 0.18

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#675A6E (or 0x675A6E) is known color: Fedora. HEX triplet: 67, 5A and 6E. RGB value is (103,90,110). Sum of RGB (Red+Green+Blue) = 103+90+110=303 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.99% from 303); Green value is 90 (35.55% from 255 or 29.70% from 303); Blue value is 110 (43.36% from 255 or 36.30% from 303); Max value from RGB is 110 - color contains mainly: blue. Hex color #675A6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675A6E is #98A591. Grayscale: #606060. Windows color (decimal): -10003858 or 7232103. OLE color: 7232103.

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

Color convert

RGB 103 90 110 -
CMYK 0.06 0.18 0 0.57
HSL 279º 0.1% 0.39% -
HSV(B) 279º 0.18% 0.43% -
XYZ 12.06 11.32 16.3 -
YUV 96.17 135.81 132.87 -
System Red Green Blue C M Y K H S L
Decimal 103 90 110 0.06 0.18 0 0.57 279 0.1 0.39
Hex 67 5A 6E 6 12 0 39 117 A 27
Octal 147 132 156 6 22 0 71 427 12 47
Binary 1100111 1011010 1101110 110 10010 0 111001 100010111 1010 100111

Color Harmonies of #675A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675A6E

Black with #675A6E

Text Example


Text Example

White with #675A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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