Html Css Color HEX #664967 Fedora

📋 copy color: '#664967'

red 102 ◦ green 73 ◦ blue 103

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

Shades of Fedora #664967

Tints of Fedora #664967

RGB

 RED value IS 102 (40.23% from 255) = 36.69%

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

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

R = 36.69%
G = 26.26%
B = 37.05%

CMYK

 C value IS 0.01

 M value IS 0.29

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#664967 (or 0x664967) is known color: Fedora. HEX triplet: 66, 49 and 67. RGB value is (102,73,103). Sum of RGB (Red+Green+Blue) = 102+73+103=278 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.69% from 278); Green value is 73 (28.91% from 255 or 26.26% from 278); Blue value is 103 (40.62% from 255 or 37.05% from 278); Max value from RGB is 103 - color contains mainly: blue. Hex color #664967 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664967 is #99B698. Grayscale: #555555. Windows color (decimal): -10073753 or 6768998. OLE color: 6768998.

HSL color Cylindrical-coordinate representation of color #664967: hue angle of 298º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #664967 is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 102 73 103 -
CMYK 0.01 0.29 0 0.60
HSL 298º 0.17% 0.35% -
HSV(B) 298º 0.29% 0.4% -
XYZ 10.31 8.57 13.94 -
YUV 85.09 138.11 140.06 -
System Red Green Blue C M Y K H S L
Decimal 102 73 103 0.01 0.29 0 0.60 298 0.17 0.35
Hex 66 49 67 1 1D 0 3C 12A 11 23
Octal 146 111 147 1 35 0 74 452 21 43
Binary 1100110 1001001 1100111 1 11101 0 111100 100101010 10001 100011

Color Harmonies of #664967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664967

Black with #664967

Text Example


Text Example

White with #664967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664967; }

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

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

background-color css

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

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

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

border-color css

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

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

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