Html Css Color HEX #604462 Fedora

📋 copy color: '#604462'

red 96 ◦ green 68 ◦ blue 98

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

Shades of Fedora #604462

Tints of Fedora #604462

RGB

 RED value IS 96 (37.89% from 255) = 36.64%

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

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

R = 36.64%
G = 25.95%
B = 37.4%

CMYK

 C value IS 0.02

 M value IS 0.31

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#604462 (or 0x604462) is known color: Fedora. HEX triplet: 60, 44 and 62. RGB value is (96,68,98). Sum of RGB (Red+Green+Blue) = 96+68+98=262 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.64% from 262); Green value is 68 (26.95% from 255 or 25.95% from 262); Blue value is 98 (38.67% from 255 or 37.40% from 262); Max value from RGB is 98 - color contains mainly: blue. Hex color #604462 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604462 is #9FBB9D. Grayscale: #4F4F4F. Windows color (decimal): -10468254 or 6440032. OLE color: 6440032.

HSL color Cylindrical-coordinate representation of color #604462: hue angle of 296º 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 #604462 is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 68 98 -
CMYK 0.02 0.31 0 0.62
HSL 296º 0.18% 0.33% -
HSV(B) 296º 0.31% 0.38% -
XYZ 9.1 7.5 12.52 -
YUV 79.79 138.28 139.56 -
System Red Green Blue C M Y K H S L
Decimal 96 68 98 0.02 0.31 0 0.62 296 0.18 0.33
Hex 60 44 62 2 1F 0 3E 128 12 21
Octal 140 104 142 2 37 0 76 450 22 41
Binary 1100000 1000100 1100010 10 11111 0 111110 100101000 10010 100001

Color Harmonies of #604462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604462

Black with #604462

Text Example


Text Example

White with #604462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604462; }

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

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

background-color css

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

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

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

border-color css

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

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

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