Html Css Color HEX #604395 Daisy Bush

📋 copy color: '#604395'

red 96 ◦ green 67 ◦ blue 149

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

Shades of Daisy Bush #604395

Tints of Daisy Bush #604395

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.47%

 BLUE value IS 149 (58.59% from 255) = 47.76%

R = 30.77%
G = 21.47%
B = 47.76%

CMYK

 C value IS 0.36

 M value IS 0.55

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#604395 (or 0x604395) is known color: Daisy Bush. HEX triplet: 60, 43 and 95. RGB value is (96,67,149). Sum of RGB (Red+Green+Blue) = 96+67+149=312 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.77% from 312); Green value is 67 (26.56% from 255 or 21.47% from 312); Blue value is 149 (58.59% from 255 or 47.76% from 312); Max value from RGB is 149 - color contains mainly: blue. Hex color #604395 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604395 is #9FBC6A. Grayscale: #545454. Windows color (decimal): -10468459 or 9782112. OLE color: 9782112.

HSL color Cylindrical-coordinate representation of color #604395: hue angle of 261.22º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #604395 is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 96 67 149 -
CMYK 0.36 0.55 0 0.42
HSL 261.22º 0.38% 0.42% -
HSV(B) 261.22º 0.55% 0.58% -
XYZ 12.26 8.67 29.46 -
YUV 85.02 164.11 135.83 -
System Red Green Blue C M Y K H S L
Decimal 96 67 149 0.36 0.55 0 0.42 261.22 0.38 0.42
Hex 60 43 95 24 37 0 2A 105 26 2A
Octal 140 103 225 44 67 0 52 405 46 52
Binary 1100000 1000011 10010101 100100 110111 0 101010 100000101 100110 101010

Color Harmonies of #604395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604395

Black with #604395

Text Example


Text Example

White with #604395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604395; }

 p { color: rgb(96,67,149); }

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

background-color css

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

 a { background-color: rgb(96,67,149); }

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

border-color css

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

 span { border-color: rgb(96,67,149); }

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