Html Css Color HEX #603898 Daisy Bush

📋 copy color: '#603898'

red 96 ◦ green 56 ◦ blue 152

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

Shades of Daisy Bush #603898

Tints of Daisy Bush #603898

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.42%

 BLUE value IS 152 (59.77% from 255) = 50%

R = 31.58%
G = 18.42%
B = 50%

CMYK

 C value IS 0.37

 M value IS 0.63

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#603898 (or 0x603898) is known color: Daisy Bush. HEX triplet: 60, 38 and 98. RGB value is (96,56,152). Sum of RGB (Red+Green+Blue) = 96+56+152=304 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.58% from 304); Green value is 56 (22.27% from 255 or 18.42% from 304); Blue value is 152 (59.77% from 255 or 50% from 304); Max value from RGB is 152 - color contains mainly: blue. Hex color #603898 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603898 is #9FC767. Grayscale: #4E4E4E. Windows color (decimal): -10471272 or 9975904. OLE color: 9975904.

HSL color Cylindrical-coordinate representation of color #603898: hue angle of 265º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #603898 is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 96 56 152 -
CMYK 0.37 0.63 0 0.40
HSL 265º 0.46% 0.41% -
HSV(B) 265º 0.63% 0.6% -
XYZ 11.91 7.58 30.54 -
YUV 78.9 169.25 140.19 -
System Red Green Blue C M Y K H S L
Decimal 96 56 152 0.37 0.63 0 0.40 265 0.46 0.41
Hex 60 38 98 25 3F 0 28 109 2E 29
Octal 140 70 230 45 77 0 50 411 56 51
Binary 1100000 111000 10011000 100101 111111 0 101000 100001001 101110 101001

Color Harmonies of #603898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603898

Black with #603898

Text Example


Text Example

White with #603898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603898; }

 p { color: rgb(96,56,152); }

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

background-color css

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

 a { background-color: rgb(96,56,152); }

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

border-color css

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

 span { border-color: rgb(96,56,152); }

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