Html Css Color HEX #664F70 Fedora

📋 copy color: '#664F70'

red 102 ◦ green 79 ◦ blue 112

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

Shades of Fedora #664F70

Tints of Fedora #664F70

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.96%

 BLUE value IS 112 (44.14% from 255) = 38.23%

R = 34.81%
G = 26.96%
B = 38.23%

CMYK

 C value IS 0.09

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#664F70 (or 0x664F70) is known color: Fedora. HEX triplet: 66, 4F and 70. RGB value is (102,79,112). Sum of RGB (Red+Green+Blue) = 102+79+112=293 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.81% from 293); Green value is 79 (31.25% from 255 or 26.96% from 293); Blue value is 112 (44.14% from 255 or 38.23% from 293); Max value from RGB is 112 - color contains mainly: blue. Hex color #664F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #664F70 is #99B08F. Grayscale: #595959. Windows color (decimal): -10072208 or 7360358. OLE color: 7360358.

HSL color Cylindrical-coordinate representation of color #664F70: hue angle of 281.82º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #664F70 is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 102 79 112 -
CMYK 0.09 0.29 0 0.56
HSL 281.82º 0.17% 0.37% -
HSV(B) 281.82º 0.29% 0.44% -
XYZ 11.2 9.59 16.59 -
YUV 89.64 140.62 136.82 -
System Red Green Blue C M Y K H S L
Decimal 102 79 112 0.09 0.29 0 0.56 281.82 0.17 0.37
Hex 66 4F 70 9 1D 0 38 11A 11 25
Octal 146 117 160 11 35 0 70 432 21 45
Binary 1100110 1001111 1110000 1001 11101 0 111000 100011010 10001 100101

Color Harmonies of #664F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664F70

Black with #664F70

Text Example


Text Example

White with #664F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664F70; }

 p { color: rgb(102,79,112); }

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

background-color css

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

 a { background-color: rgb(102,79,112); }

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

border-color css

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

 span { border-color: rgb(102,79,112); }

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