Html Css Color HEX #604B68 Fedora

📋 copy color: '#604B68'

red 96 ◦ green 75 ◦ blue 104

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

Shades of Fedora #604B68

Tints of Fedora #604B68

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.27%

 BLUE value IS 104 (41.02% from 255) = 37.82%

R = 34.91%
G = 27.27%
B = 37.82%

CMYK

 C value IS 0.08

 M value IS 0.28

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#604B68 (or 0x604B68) is known color: Fedora. HEX triplet: 60, 4B and 68. RGB value is (96,75,104). Sum of RGB (Red+Green+Blue) = 96+75+104=275 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.91% from 275); Green value is 75 (29.69% from 255 or 27.27% from 275); Blue value is 104 (41.02% from 255 or 37.82% from 275); Max value from RGB is 104 - color contains mainly: blue. Hex color #604B68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604B68 is #9FB497. Grayscale: #545454. Windows color (decimal): -10466456 or 6835040. OLE color: 6835040.

HSL color Cylindrical-coordinate representation of color #604B68: hue angle of 283.45º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #604B68 is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 96 75 104 -
CMYK 0.08 0.28 0 0.59
HSL 283.45º 0.16% 0.35% -
HSV(B) 283.45º 0.28% 0.41% -
XYZ 9.84 8.52 14.22 -
YUV 84.59 138.96 136.14 -
System Red Green Blue C M Y K H S L
Decimal 96 75 104 0.08 0.28 0 0.59 283.45 0.16 0.35
Hex 60 4B 68 8 1C 0 3B 11B 10 23
Octal 140 113 150 10 34 0 73 433 20 43
Binary 1100000 1001011 1101000 1000 11100 0 111011 100011011 10000 100011

Color Harmonies of #604B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604B68

Black with #604B68

Text Example


Text Example

White with #604B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604B68; }

 p { color: rgb(96,75,104); }

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

background-color css

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

 a { background-color: rgb(96,75,104); }

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

border-color css

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

 span { border-color: rgb(96,75,104); }

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