Html Css Color HEX #613698 Daisy Bush

📋 copy color: '#613698'

red 97 ◦ green 54 ◦ blue 152

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

Shades of Daisy Bush #613698

Tints of Daisy Bush #613698

RGB

 RED value IS 97 (38.28% from 255) = 32.01%

 GREEN value IS 54 (21.48% from 255) = 17.82%

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

R = 32.01%
G = 17.82%
B = 50.17%

CMYK

 C value IS 0.36

 M value IS 0.64

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#613698 (or 0x613698) is known color: Daisy Bush. HEX triplet: 61, 36 and 98. RGB value is (97,54,152). Sum of RGB (Red+Green+Blue) = 97+54+152=303 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.01% from 303); Green value is 54 (21.48% from 255 or 17.82% from 303); Blue value is 152 (59.77% from 255 or 50.17% from 303); Max value from RGB is 152 - color contains mainly: blue. Hex color #613698 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613698 is #9EC967. Grayscale: #4D4D4D. Windows color (decimal): -10406248 or 9975393. OLE color: 9975393.

HSL color Cylindrical-coordinate representation of color #613698: hue angle of 266.33º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #613698 is Cyan = 0.36, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 97 54 152 -
CMYK 0.36 0.64 0 0.40
HSL 266.33º 0.48% 0.4% -
HSV(B) 266.33º 0.64% 0.6% -
XYZ 11.92 7.45 30.52 -
YUV 78.03 169.75 141.53 -
System Red Green Blue C M Y K H S L
Decimal 97 54 152 0.36 0.64 0 0.40 266.33 0.48 0.4
Hex 61 36 98 24 40 0 28 10A 30 28
Octal 141 66 230 44 100 0 50 412 60 50
Binary 1100001 110110 10011000 100100 1000000 0 101000 100001010 110000 101000

Color Harmonies of #613698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613698

Black with #613698

Text Example


Text Example

White with #613698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613698; }

 p { color: rgb(97,54,152); }

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

background-color css

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

 a { background-color: rgb(97,54,152); }

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

border-color css

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

 span { border-color: rgb(97,54,152); }

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