Html Css Color HEX #613189 Kingfisher Daisy

📋 copy color: '#613189'

red 97 ◦ green 49 ◦ blue 137

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

Shades of Kingfisher Daisy #613189

Tints of Kingfisher Daisy #613189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 48.41%

R = 34.28%
G = 17.31%
B = 48.41%

CMYK

 C value IS 0.29

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#613189 (or 0x613189) is known color: Kingfisher Daisy. HEX triplet: 61, 31 and 89. RGB value is (97,49,137). Sum of RGB (Red+Green+Blue) = 97+49+137=283 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.28% from 283); Green value is 49 (19.53% from 255 or 17.31% from 283); Blue value is 137 (53.91% from 255 or 48.41% from 283); Max value from RGB is 137 - color contains mainly: blue. Hex color #613189 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613189 is #9ECE76. Grayscale: #494949. Windows color (decimal): -10407543 or 8991073. OLE color: 8991073.

HSL color Cylindrical-coordinate representation of color #613189: hue angle of 272.73º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #613189 is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 97 49 137 -
CMYK 0.29 0.64 0 0.46
HSL 272.73º 0.47% 0.36% -
HSV(B) 272.73º 0.64% 0.54% -
XYZ 10.54 6.54 24.37 -
YUV 73.38 163.9 144.84 -
System Red Green Blue C M Y K H S L
Decimal 97 49 137 0.29 0.64 0 0.46 272.73 0.47 0.36
Hex 61 31 89 1D 40 0 2E 111 2F 24
Octal 141 61 211 35 100 0 56 421 57 44
Binary 1100001 110001 10001001 11101 1000000 0 101110 100010001 101111 100100

Color Harmonies of #613189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613189

Black with #613189

Text Example


Text Example

White with #613189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613189; }

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

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

background-color css

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

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

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

border-color css

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

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

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