Html Css Color HEX #67586A Fedora

📋 copy color: '#67586A'

red 103 ◦ green 88 ◦ blue 106

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

Shades of Fedora #67586A

Tints of Fedora #67586A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.63%

 BLUE value IS 106 (41.8% from 255) = 35.69%

R = 34.68%
G = 29.63%
B = 35.69%

CMYK

 C value IS 0.03

 M value IS 0.17

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#67586A (or 0x67586A) is known color: Fedora. HEX triplet: 67, 58 and 6A. RGB value is (103,88,106). Sum of RGB (Red+Green+Blue) = 103+88+106=297 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.68% from 297); Green value is 88 (34.77% from 255 or 29.63% from 297); Blue value is 106 (41.80% from 255 or 35.69% from 297); Max value from RGB is 106 - color contains mainly: blue. Hex color #67586A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67586A is #98A795. Grayscale: #5E5E5E. Windows color (decimal): -10004374 or 6969447. OLE color: 6969447.

HSL color Cylindrical-coordinate representation of color #67586A: hue angle of 290º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #67586A is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 103 88 106 -
CMYK 0.03 0.17 0 0.58
HSL 290º 0.09% 0.38% -
HSV(B) 290º 0.17% 0.42% -
XYZ 11.68 10.9 15.12 -
YUV 94.54 134.47 134.04 -
System Red Green Blue C M Y K H S L
Decimal 103 88 106 0.03 0.17 0 0.58 290 0.09 0.38
Hex 67 58 6A 3 11 0 3A 122 9 26
Octal 147 130 152 3 21 0 72 442 11 46
Binary 1100111 1011000 1101010 11 10001 0 111010 100100010 1001 100110

Color Harmonies of #67586A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67586A

Black with #67586A

Text Example


Text Example

White with #67586A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67586A; }

 p { color: rgb(103,88,106); }

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

background-color css

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

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

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

border-color css

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

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

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