Html Css Color HEX #604B90 Daisy Bush

📋 copy color: '#604B90'

red 96 ◦ green 75 ◦ blue 144

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

Shades of Daisy Bush #604B90

Tints of Daisy Bush #604B90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 45.71%

R = 30.48%
G = 23.81%
B = 45.71%

CMYK

 C value IS 0.33

 M value IS 0.48

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#604B90 (or 0x604B90) is known color: Daisy Bush. HEX triplet: 60, 4B and 90. RGB value is (96,75,144). Sum of RGB (Red+Green+Blue) = 96+75+144=315 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.48% from 315); Green value is 75 (29.69% from 255 or 23.81% from 315); Blue value is 144 (56.64% from 255 or 45.71% from 315); Max value from RGB is 144 - color contains mainly: blue. Hex color #604B90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604B90 is #9FB46F. Grayscale: #585858. Windows color (decimal): -10466416 or 9456480. OLE color: 9456480.

HSL color Cylindrical-coordinate representation of color #604B90: hue angle of 258.26º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #604B90 is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 96 75 144 -
CMYK 0.33 0.48 0 0.44
HSL 258.26º 0.32% 0.43% -
HSV(B) 258.26º 0.48% 0.56% -
XYZ 12.37 9.53 27.57 -
YUV 89.15 158.96 132.89 -
System Red Green Blue C M Y K H S L
Decimal 96 75 144 0.33 0.48 0 0.44 258.26 0.32 0.43
Hex 60 4B 90 21 30 0 2C 102 20 2B
Octal 140 113 220 41 60 0 54 402 40 53
Binary 1100000 1001011 10010000 100001 110000 0 101100 100000010 100000 101011

Color Harmonies of #604B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604B90

Black with #604B90

Text Example


Text Example

White with #604B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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