Html Css Color HEX #62496B Fedora

📋 copy color: '#62496B'

red 98 ◦ green 73 ◦ blue 107

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

Shades of Fedora #62496B

Tints of Fedora #62496B

RGB

 RED value IS 98 (38.67% from 255) = 35.25%

 GREEN value IS 73 (28.91% from 255) = 26.26%

 BLUE value IS 107 (42.19% from 255) = 38.49%

R = 35.25%
G = 26.26%
B = 38.49%

CMYK

 C value IS 0.08

 M value IS 0.32

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#62496B (or 0x62496B) is known color: Fedora. HEX triplet: 62, 49 and 6B. RGB value is (98,73,107). Sum of RGB (Red+Green+Blue) = 98+73+107=278 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.25% from 278); Green value is 73 (28.91% from 255 or 26.26% from 278); Blue value is 107 (42.19% from 255 or 38.49% from 278); Max value from RGB is 107 - color contains mainly: blue. Hex color #62496B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62496B is #9DB694. Grayscale: #545454. Windows color (decimal): -10335893 or 7031138. OLE color: 7031138.

HSL color Cylindrical-coordinate representation of color #62496B: hue angle of 284.12º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #62496B is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 98 73 107 -
CMYK 0.08 0.32 0 0.58
HSL 284.12º 0.19% 0.35% -
HSV(B) 284.12º 0.32% 0.42% -
XYZ 10.07 8.42 15 -
YUV 84.35 140.78 137.74 -
System Red Green Blue C M Y K H S L
Decimal 98 73 107 0.08 0.32 0 0.58 284.12 0.19 0.35
Hex 62 49 6B 8 20 0 3A 11C 13 23
Octal 142 111 153 10 40 0 72 434 23 43
Binary 1100010 1001001 1101011 1000 100000 0 111010 100011100 10011 100011

Color Harmonies of #62496B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62496B

Black with #62496B

Text Example


Text Example

White with #62496B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62496B; }

 p { color: rgb(98,73,107); }

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

background-color css

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

 a { background-color: rgb(98,73,107); }

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

border-color css

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

 span { border-color: rgb(98,73,107); }

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