Html Css Color HEX #613584 Kingfisher Daisy

📋 copy color: '#613584'

red 97 ◦ green 53 ◦ blue 132

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

Shades of Kingfisher Daisy #613584

Tints of Kingfisher Daisy #613584

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.79%

 BLUE value IS 132 (51.95% from 255) = 46.81%

R = 34.4%
G = 18.79%
B = 46.81%

CMYK

 C value IS 0.27

 M value IS 0.60

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#613584 (or 0x613584) is known color: Kingfisher Daisy. HEX triplet: 61, 35 and 84. RGB value is (97,53,132). Sum of RGB (Red+Green+Blue) = 97+53+132=282 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.40% from 282); Green value is 53 (21.09% from 255 or 18.79% from 282); Blue value is 132 (51.95% from 255 or 46.81% from 282); Max value from RGB is 132 - color contains mainly: blue. Hex color #613584 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613584 is #9ECA7B. Grayscale: #4A4A4A. Windows color (decimal): -10406524 or 8664417. OLE color: 8664417.

HSL color Cylindrical-coordinate representation of color #613584: hue angle of 273.42º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #613584 is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 97 53 132 -
CMYK 0.27 0.60 0 0.48
HSL 273.42º 0.43% 0.36% -
HSV(B) 273.42º 0.6% 0.52% -
XYZ 10.37 6.75 22.59 -
YUV 75.16 160.08 143.58 -
System Red Green Blue C M Y K H S L
Decimal 97 53 132 0.27 0.60 0 0.48 273.42 0.43 0.36
Hex 61 35 84 1B 3C 0 30 111 2B 24
Octal 141 65 204 33 74 0 60 421 53 44
Binary 1100001 110101 10000100 11011 111100 0 110000 100010001 101011 100100

Color Harmonies of #613584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613584

Black with #613584

Text Example


Text Example

White with #613584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613584; }

 p { color: rgb(97,53,132); }

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

background-color css

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

 a { background-color: rgb(97,53,132); }

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

border-color css

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

 span { border-color: rgb(97,53,132); }

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