Html Css Color HEX #614366 Fedora

📋 copy color: '#614366'

red 97 ◦ green 67 ◦ blue 102

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

Shades of Fedora #614366

Tints of Fedora #614366

RGB

 RED value IS 97 (38.28% from 255) = 36.47%

 GREEN value IS 67 (26.56% from 255) = 25.19%

 BLUE value IS 102 (40.23% from 255) = 38.35%

R = 36.47%
G = 25.19%
B = 38.35%

CMYK

 C value IS 0.05

 M value IS 0.34

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#614366 (or 0x614366) is known color: Fedora. HEX triplet: 61, 43 and 66. RGB value is (97,67,102). Sum of RGB (Red+Green+Blue) = 97+67+102=266 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.47% from 266); Green value is 67 (26.56% from 255 or 25.19% from 266); Blue value is 102 (40.23% from 255 or 38.35% from 266); Max value from RGB is 102 - color contains mainly: blue. Hex color #614366 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614366 is #9EBC99. Grayscale: #4F4F4F. Windows color (decimal): -10402970 or 6701921. OLE color: 6701921.

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

Color convert

RGB 97 67 102 -
CMYK 0.05 0.34 0 0.6
HSL 291.43º 0.21% 0.33% -
HSV(B) 291.43º 0.34% 0.4% -
XYZ 9.34 7.52 13.53 -
YUV 79.96 140.44 140.15 -
System Red Green Blue C M Y K H S L
Decimal 97 67 102 0.05 0.34 0 0.6 291.43 0.21 0.33
Hex 61 43 66 5 22 0 3C 123 15 21
Octal 141 103 146 5 42 0 74 443 25 41
Binary 1100001 1000011 1100110 101 100010 0 111100 100100011 10101 100001

Color Harmonies of #614366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614366

Black with #614366

Text Example


Text Example

White with #614366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614366; }

 p { color: rgb(97,67,102); }

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

background-color css

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

 a { background-color: rgb(97,67,102); }

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

border-color css

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

 span { border-color: rgb(97,67,102); }

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