Html Css Color HEX #604299 Daisy Bush

📋 copy color: '#604299'

red 96 ◦ green 66 ◦ blue 153

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

Shades of Daisy Bush #604299

Tints of Daisy Bush #604299

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.95%

 BLUE value IS 153 (60.16% from 255) = 48.57%

R = 30.48%
G = 20.95%
B = 48.57%

CMYK

 C value IS 0.37

 M value IS 0.57

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#604299 (or 0x604299) is known color: Daisy Bush. HEX triplet: 60, 42 and 99. RGB value is (96,66,153). Sum of RGB (Red+Green+Blue) = 96+66+153=315 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.48% from 315); Green value is 66 (26.17% from 255 or 20.95% from 315); Blue value is 153 (60.16% from 255 or 48.57% from 315); Max value from RGB is 153 - color contains mainly: blue. Hex color #604299 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604299 is #9FBD66. Grayscale: #545454. Windows color (decimal): -10468711 or 10044000. OLE color: 10044000.

HSL color Cylindrical-coordinate representation of color #604299: hue angle of 260.69º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #604299 is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 96 66 153 -
CMYK 0.37 0.57 0 0.4
HSL 260.69º 0.4% 0.43% -
HSV(B) 260.69º 0.57% 0.6% -
XYZ 12.52 8.68 31.15 -
YUV 84.89 166.44 135.93 -
System Red Green Blue C M Y K H S L
Decimal 96 66 153 0.37 0.57 0 0.4 260.69 0.4 0.43
Hex 60 42 99 25 39 0 28 105 28 2B
Octal 140 102 231 45 71 0 50 405 50 53
Binary 1100000 1000010 10011001 100101 111001 0 101000 100000101 101000 101011

Color Harmonies of #604299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604299

Black with #604299

Text Example


Text Example

White with #604299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604299; }

 p { color: rgb(96,66,153); }

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

background-color css

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

 a { background-color: rgb(96,66,153); }

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

border-color css

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

 span { border-color: rgb(96,66,153); }

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