Html Css Color HEX #605366 Fedora

📋 copy color: '#605366'

red 96 ◦ green 83 ◦ blue 102

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

Shades of Fedora #605366

Tints of Fedora #605366

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.54%

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

R = 34.16%
G = 29.54%
B = 36.3%

CMYK

 C value IS 0.06

 M value IS 0.19

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#605366 (or 0x605366) is known color: Fedora. HEX triplet: 60, 53 and 66. RGB value is (96,83,102). Sum of RGB (Red+Green+Blue) = 96+83+102=281 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.16% from 281); Green value is 83 (32.81% from 255 or 29.54% from 281); Blue value is 102 (40.23% from 255 or 36.30% from 281); Max value from RGB is 102 - color contains mainly: blue. Hex color #605366 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605366 is #9FAC99. Grayscale: #585858. Windows color (decimal): -10464410 or 6706016. OLE color: 6706016.

HSL color Cylindrical-coordinate representation of color #605366: hue angle of 281.05º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #605366 is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 96 83 102 -
CMYK 0.06 0.19 0 0.6
HSL 281.05º 0.1% 0.36% -
HSV(B) 281.05º 0.19% 0.4% -
XYZ 10.32 9.63 13.89 -
YUV 89.05 135.31 132.96 -
System Red Green Blue C M Y K H S L
Decimal 96 83 102 0.06 0.19 0 0.6 281.05 0.1 0.36
Hex 60 53 66 6 13 0 3C 119 A 24
Octal 140 123 146 6 23 0 74 431 12 44
Binary 1100000 1010011 1100110 110 10011 0 111100 100011001 1010 100100

Color Harmonies of #605366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605366

Black with #605366

Text Example


Text Example

White with #605366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605366; }

 p { color: rgb(96,83,102); }

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

background-color css

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

 a { background-color: rgb(96,83,102); }

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

border-color css

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

 span { border-color: rgb(96,83,102); }

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