Html Css Color HEX #674B6B Fedora

📋 copy color: '#674B6B'

red 103 ◦ green 75 ◦ blue 107

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

Shades of Fedora #674B6B

Tints of Fedora #674B6B

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.32%

 BLUE value IS 107 (42.19% from 255) = 37.54%

R = 36.14%
G = 26.32%
B = 37.54%

CMYK

 C value IS 0.04

 M value IS 0.30

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#674B6B (or 0x674B6B) is known color: Fedora. HEX triplet: 67, 4B and 6B. RGB value is (103,75,107). Sum of RGB (Red+Green+Blue) = 103+75+107=285 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.14% from 285); Green value is 75 (29.69% from 255 or 26.32% from 285); Blue value is 107 (42.19% from 255 or 37.54% from 285); Max value from RGB is 107 - color contains mainly: blue. Hex color #674B6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674B6B is #98B494. Grayscale: #565656. Windows color (decimal): -10007701 or 7031655. OLE color: 7031655.

HSL color Cylindrical-coordinate representation of color #674B6B: hue angle of 292.5º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #674B6B is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 103 75 107 -
CMYK 0.04 0.30 0 0.58
HSL 292.5º 0.18% 0.36% -
HSV(B) 292.5º 0.3% 0.42% -
XYZ 10.76 8.98 15.08 -
YUV 87.02 139.28 139.4 -
System Red Green Blue C M Y K H S L
Decimal 103 75 107 0.04 0.30 0 0.58 292.5 0.18 0.36
Hex 67 4B 6B 4 1E 0 3A 124 12 24
Octal 147 113 153 4 36 0 72 444 22 44
Binary 1100111 1001011 1101011 100 11110 0 111010 100100100 10010 100100

Color Harmonies of #674B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674B6B

Black with #674B6B

Text Example


Text Example

White with #674B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674B6B; }

 p { color: rgb(103,75,107); }

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

background-color css

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

 a { background-color: rgb(103,75,107); }

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

border-color css

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

 span { border-color: rgb(103,75,107); }

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