Html Css Color HEX #664768 Fedora

📋 copy color: '#664768'

red 102 ◦ green 71 ◦ blue 104

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

Shades of Fedora #664768

Tints of Fedora #664768

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.63%

 BLUE value IS 104 (41.02% from 255) = 37.55%

R = 36.82%
G = 25.63%
B = 37.55%

CMYK

 C value IS 0.02

 M value IS 0.32

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#664768 (or 0x664768) is known color: Fedora. HEX triplet: 66, 47 and 68. RGB value is (102,71,104). Sum of RGB (Red+Green+Blue) = 102+71+104=277 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.82% from 277); Green value is 71 (28.12% from 255 or 25.63% from 277); Blue value is 104 (41.02% from 255 or 37.55% from 277); Max value from RGB is 104 - color contains mainly: blue. Hex color #664768 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664768 is #99B897. Grayscale: #535353. Windows color (decimal): -10074264 or 6834022. OLE color: 6834022.

HSL color Cylindrical-coordinate representation of color #664768: hue angle of 296.36º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #664768 is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 102 71 104 -
CMYK 0.02 0.32 0 0.59
HSL 296.36º 0.19% 0.34% -
HSV(B) 296.36º 0.32% 0.41% -
XYZ 10.23 8.33 14.17 -
YUV 84.03 139.27 140.82 -
System Red Green Blue C M Y K H S L
Decimal 102 71 104 0.02 0.32 0 0.59 296.36 0.19 0.34
Hex 66 47 68 2 20 0 3B 128 13 22
Octal 146 107 150 2 40 0 73 450 23 42
Binary 1100110 1000111 1101000 10 100000 0 111011 100101000 10011 100010

Color Harmonies of #664768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664768

Black with #664768

Text Example


Text Example

White with #664768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664768; }

 p { color: rgb(102,71,104); }

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

background-color css

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

 a { background-color: rgb(102,71,104); }

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

border-color css

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

 span { border-color: rgb(102,71,104); }

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