Html Css Color HEX #613184 Kingfisher Daisy

📋 copy color: '#613184'

red 97 ◦ green 49 ◦ blue 132

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

Shades of Kingfisher Daisy #613184

Tints of Kingfisher Daisy #613184

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.63%

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

R = 34.89%
G = 17.63%
B = 47.48%

CMYK

 C value IS 0.27

 M value IS 0.63

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#613184 (or 0x613184) is known color: Kingfisher Daisy. HEX triplet: 61, 31 and 84. RGB value is (97,49,132). Sum of RGB (Red+Green+Blue) = 97+49+132=278 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.89% from 278); Green value is 49 (19.53% from 255 or 17.63% from 278); Blue value is 132 (51.95% from 255 or 47.48% from 278); Max value from RGB is 132 - color contains mainly: blue. Hex color #613184 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613184 is #9ECE7B. Grayscale: #484848. Windows color (decimal): -10407548 or 8663393. OLE color: 8663393.

HSL color Cylindrical-coordinate representation of color #613184: hue angle of 274.7º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #613184 is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 97 49 132 -
CMYK 0.27 0.63 0 0.48
HSL 274.7º 0.46% 0.35% -
HSV(B) 274.7º 0.63% 0.52% -
XYZ 10.19 6.4 22.53 -
YUV 72.81 161.4 145.25 -
System Red Green Blue C M Y K H S L
Decimal 97 49 132 0.27 0.63 0 0.48 274.7 0.46 0.35
Hex 61 31 84 1B 3F 0 30 113 2E 23
Octal 141 61 204 33 77 0 60 423 56 43
Binary 1100001 110001 10000100 11011 111111 0 110000 100010011 101110 100011

Color Harmonies of #613184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613184

Black with #613184

Text Example


Text Example

White with #613184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613184; }

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

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

background-color css

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

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

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

border-color css

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

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

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