Html Css Color HEX #664865 Fedora

📋 copy color: '#664865'

red 102 ◦ green 72 ◦ blue 101

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

Shades of Fedora #664865

Tints of Fedora #664865

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.18%

 BLUE value IS 101 (39.84% from 255) = 36.73%

R = 37.09%
G = 26.18%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.01

 K value IS 0.6

RGB Variations

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

Color information

#664865 (or 0x664865) is known color: Fedora. HEX triplet: 66, 48 and 65. RGB value is (102,72,101). Sum of RGB (Red+Green+Blue) = 102+72+101=275 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.09% from 275); Green value is 72 (28.52% from 255 or 26.18% from 275); Blue value is 101 (39.84% from 255 or 36.73% from 275); Max value from RGB is 102 - color contains mainly: red. Hex color #664865 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664865 is #99B79A. Grayscale: #545454. Windows color (decimal): -10074011 or 6637670. OLE color: 6637670.

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

Color convert

RGB 102 72 101 -
CMYK 0 0.29 0.01 0.6
HSL 302º 0.17% 0.34% -
HSV(B) 302º 0.29% 0.4% -
XYZ 10.15 8.4 13.4 -
YUV 84.28 137.44 140.64 -
System Red Green Blue C M Y K H S L
Decimal 102 72 101 0 0.29 0.01 0.6 302 0.17 0.34
Hex 66 48 65 0 1D 1 3C 12E 11 22
Octal 146 110 145 0 35 1 74 456 21 42
Binary 1100110 1001000 1100101 0 11101 1 111100 100101110 10001 100010

Color Harmonies of #664865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664865

Black with #664865

Text Example


Text Example

White with #664865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664865; }

 p { color: rgb(102,72,101); }

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

background-color css

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

 a { background-color: rgb(102,72,101); }

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

border-color css

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

 span { border-color: rgb(102,72,101); }

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