Html Css Color HEX #67496C Fedora

📋 copy color: '#67496C'

red 103 ◦ green 73 ◦ blue 108

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

Shades of Fedora #67496C

Tints of Fedora #67496C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.7%

 BLUE value IS 108 (42.58% from 255) = 38.03%

R = 36.27%
G = 25.7%
B = 38.03%

CMYK

 C value IS 0.05

 M value IS 0.32

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#67496C (or 0x67496C) is known color: Fedora. HEX triplet: 67, 49 and 6C. RGB value is (103,73,108). Sum of RGB (Red+Green+Blue) = 103+73+108=284 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.27% from 284); Green value is 73 (28.91% from 255 or 25.70% from 284); Blue value is 108 (42.58% from 255 or 38.03% from 284); Max value from RGB is 108 - color contains mainly: blue. Hex color #67496C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67496C is #98B693. Grayscale: #555555. Windows color (decimal): -10008212 or 7096679. OLE color: 7096679.

HSL color Cylindrical-coordinate representation of color #67496C: hue angle of 291.43º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #67496C is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 103 73 108 -
CMYK 0.05 0.32 0 0.58
HSL 291.43º 0.19% 0.35% -
HSV(B) 291.43º 0.32% 0.42% -
XYZ 10.68 8.73 15.31 -
YUV 85.96 140.44 140.15 -
System Red Green Blue C M Y K H S L
Decimal 103 73 108 0.05 0.32 0 0.58 291.43 0.19 0.35
Hex 67 49 6C 5 20 0 3A 123 13 23
Octal 147 111 154 5 40 0 72 443 23 43
Binary 1100111 1001001 1101100 101 100000 0 111010 100100011 10011 100011

Color Harmonies of #67496C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67496C

Black with #67496C

Text Example


Text Example

White with #67496C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67496C; }

 p { color: rgb(103,73,108); }

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

background-color css

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

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

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

border-color css

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

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

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