Html Css Color HEX #655070 Fedora

📋 copy color: '#655070'

red 101 ◦ green 80 ◦ blue 112

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

Shades of Fedora #655070

Tints of Fedora #655070

RGB

 RED value IS 101 (39.84% from 255) = 34.47%

 GREEN value IS 80 (31.64% from 255) = 27.3%

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

R = 34.47%
G = 27.3%
B = 38.23%

CMYK

 C value IS 0.10

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#655070 (or 0x655070) is known color: Fedora. HEX triplet: 65, 50 and 70. RGB value is (101,80,112). Sum of RGB (Red+Green+Blue) = 101+80+112=293 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.47% from 293); Green value is 80 (31.64% from 255 or 27.30% 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 #655070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655070 is #9AAF8F. Grayscale: #595959. Windows color (decimal): -10137488 or 7360613. OLE color: 7360613.

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

Color convert

RGB 101 80 112 -
CMYK 0.10 0.29 0 0.56
HSL 279.38º 0.17% 0.38% -
HSV(B) 279.38º 0.29% 0.44% -
XYZ 11.16 9.67 16.61 -
YUV 89.93 140.46 135.9 -
System Red Green Blue C M Y K H S L
Decimal 101 80 112 0.10 0.29 0 0.56 279.38 0.17 0.38
Hex 65 50 70 A 1D 0 38 117 11 26
Octal 145 120 160 12 35 0 70 427 21 46
Binary 1100101 1010000 1110000 1010 11101 0 111000 100010111 10001 100110

Color Harmonies of #655070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655070

Black with #655070

Text Example


Text Example

White with #655070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655070; }

 p { color: rgb(101,80,112); }

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

background-color css

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

 a { background-color: rgb(101,80,112); }

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

border-color css

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

 span { border-color: rgb(101,80,112); }

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