Html Css Color HEX #61398A Kingfisher Daisy

📋 copy color: '#61398A'

red 97 ◦ green 57 ◦ blue 138

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

Shades of Kingfisher Daisy #61398A

Tints of Kingfisher Daisy #61398A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.52%

 BLUE value IS 138 (54.3% from 255) = 47.26%

R = 33.22%
G = 19.52%
B = 47.26%

CMYK

 C value IS 0.30

 M value IS 0.59

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#61398A (or 0x61398A) is known color: Kingfisher Daisy. HEX triplet: 61, 39 and 8A. RGB value is (97,57,138). Sum of RGB (Red+Green+Blue) = 97+57+138=292 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.22% from 292); Green value is 57 (22.66% from 255 or 19.52% from 292); Blue value is 138 (54.30% from 255 or 47.26% from 292); Max value from RGB is 138 - color contains mainly: blue. Hex color #61398A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61398A is #9EC675. Grayscale: #4D4D4D. Windows color (decimal): -10405494 or 9058657. OLE color: 9058657.

HSL color Cylindrical-coordinate representation of color #61398A: hue angle of 269.63º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61398A is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 97 57 138 -
CMYK 0.30 0.59 0 0.46
HSL 269.63º 0.42% 0.38% -
HSV(B) 269.63º 0.59% 0.54% -
XYZ 10.98 7.3 24.88 -
YUV 78.19 161.75 141.41 -
System Red Green Blue C M Y K H S L
Decimal 97 57 138 0.30 0.59 0 0.46 269.63 0.42 0.38
Hex 61 39 8A 1E 3B 0 2E 10E 2A 26
Octal 141 71 212 36 73 0 56 416 52 46
Binary 1100001 111001 10001010 11110 111011 0 101110 100001110 101010 100110

Color Harmonies of #61398A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61398A

Black with #61398A

Text Example


Text Example

White with #61398A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61398A; }

 p { color: rgb(97,57,138); }

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

background-color css

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

 a { background-color: rgb(97,57,138); }

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

border-color css

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

 span { border-color: rgb(97,57,138); }

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