Html Css Color HEX #675067 Fedora

📋 copy color: '#675067'

red 103 ◦ green 80 ◦ blue 103

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

Shades of Fedora #675067

Tints of Fedora #675067

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.97%

 BLUE value IS 103 (40.63% from 255) = 36.01%

R = 36.01%
G = 27.97%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#675067 (or 0x675067) is known color: Fedora. HEX triplet: 67, 50 and 67. RGB value is (103,80,103). Sum of RGB (Red+Green+Blue) = 103+80+103=286 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.01% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 103 (40.62% from 255 or 36.01% from 286); Max value from RGB is 103 - color contains mainly: red, blue. Hex color #675067 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675067 is #98AF98. Grayscale: #595959. Windows color (decimal): -10006425 or 6770791. OLE color: 6770791.

HSL color Cylindrical-coordinate representation of color #675067: hue angle of 300º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #675067 is Cyan = 0, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 80 103 -
CMYK 0 0.22 0 0.60
HSL 300º 0.13% 0.36% -
HSV(B) 300º 0.22% 0.4% -
XYZ 10.91 9.6 14.11 -
YUV 89.5 135.62 137.63 -
System Red Green Blue C M Y K H S L
Decimal 103 80 103 0 0.22 0 0.60 300 0.13 0.36
Hex 67 50 67 0 16 0 3C 12C D 24
Octal 147 120 147 0 26 0 74 454 15 44
Binary 1100111 1010000 1100111 0 10110 0 111100 100101100 1101 100100

Color Harmonies of #675067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675067

Black with #675067

Text Example


Text Example

White with #675067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675067; }

 p { color: rgb(103,80,103); }

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

background-color css

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

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

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

border-color css

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

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

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