Html Css Color HEX #614462 Fedora

📋 copy color: '#614462'

red 97 ◦ green 68 ◦ blue 98

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

Shades of Fedora #614462

Tints of Fedora #614462

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.86%

 BLUE value IS 98 (38.67% from 255) = 37.26%

R = 36.88%
G = 25.86%
B = 37.26%

CMYK

 C value IS 0.01

 M value IS 0.31

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#614462 (or 0x614462) is known color: Fedora. HEX triplet: 61, 44 and 62. RGB value is (97,68,98). Sum of RGB (Red+Green+Blue) = 97+68+98=263 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.88% from 263); Green value is 68 (26.95% from 255 or 25.86% from 263); Blue value is 98 (38.67% from 255 or 37.26% from 263); Max value from RGB is 98 - color contains mainly: blue. Hex color #614462 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614462 is #9EBB9D. Grayscale: #505050. Windows color (decimal): -10402718 or 6440033. OLE color: 6440033.

HSL color Cylindrical-coordinate representation of color #614462: hue angle of 298º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #614462 is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 68 98 -
CMYK 0.01 0.31 0 0.62
HSL 298º 0.18% 0.33% -
HSV(B) 298º 0.31% 0.38% -
XYZ 9.2 7.56 12.53 -
YUV 80.09 138.11 140.06 -
System Red Green Blue C M Y K H S L
Decimal 97 68 98 0.01 0.31 0 0.62 298 0.18 0.33
Hex 61 44 62 1 1F 0 3E 12A 12 21
Octal 141 104 142 1 37 0 76 452 22 41
Binary 1100001 1000100 1100010 1 11111 0 111110 100101010 10010 100001

Color Harmonies of #614462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614462

Black with #614462

Text Example


Text Example

White with #614462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614462; }

 p { color: rgb(97,68,98); }

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

background-color css

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

 a { background-color: rgb(97,68,98); }

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

border-color css

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

 span { border-color: rgb(97,68,98); }

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