Html Css Color HEX #604488 Daisy Bush

📋 copy color: '#604488'

red 96 ◦ green 68 ◦ blue 136

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

Shades of Daisy Bush #604488

Tints of Daisy Bush #604488

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.67%

 BLUE value IS 136 (53.52% from 255) = 45.33%

R = 32%
G = 22.67%
B = 45.33%

CMYK

 C value IS 0.29

 M value IS 0.50

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#604488 (or 0x604488) is known color: Daisy Bush. HEX triplet: 60, 44 and 88. RGB value is (96,68,136). Sum of RGB (Red+Green+Blue) = 96+68+136=300 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32% from 300); Green value is 68 (26.95% from 255 or 22.67% from 300); Blue value is 136 (53.52% from 255 or 45.33% from 300); Max value from RGB is 136 - color contains mainly: blue. Hex color #604488 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604488 is #9FBB77. Grayscale: #535353. Windows color (decimal): -10468216 or 8930400. OLE color: 8930400.

HSL color Cylindrical-coordinate representation of color #604488: hue angle of 264.71º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #604488 is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 96 68 136 -
CMYK 0.29 0.50 0 0.47
HSL 264.71º 0.33% 0.4% -
HSV(B) 264.71º 0.5% 0.53% -
XYZ 11.33 8.4 24.32 -
YUV 84.12 157.28 136.47 -
System Red Green Blue C M Y K H S L
Decimal 96 68 136 0.29 0.50 0 0.47 264.71 0.33 0.4
Hex 60 44 88 1D 32 0 2F 109 21 28
Octal 140 104 210 35 62 0 57 411 41 50
Binary 1100000 1000100 10001000 11101 110010 0 101111 100001001 100001 101000

Color Harmonies of #604488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604488

Black with #604488

Text Example


Text Example

White with #604488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604488; }

 p { color: rgb(96,68,136); }

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

background-color css

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

 a { background-color: rgb(96,68,136); }

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

border-color css

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

 span { border-color: rgb(96,68,136); }

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