Html Css Color HEX #61358B Kingfisher Daisy

📋 copy color: '#61358B'

red 97 ◦ green 53 ◦ blue 139

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

Shades of Kingfisher Daisy #61358B

Tints of Kingfisher Daisy #61358B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 48.1%

R = 33.56%
G = 18.34%
B = 48.1%

CMYK

 C value IS 0.30

 M value IS 0.62

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#61358B (or 0x61358B) is known color: Kingfisher Daisy. HEX triplet: 61, 35 and 8B. RGB value is (97,53,139). Sum of RGB (Red+Green+Blue) = 97+53+139=289 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.56% from 289); Green value is 53 (21.09% from 255 or 18.34% from 289); Blue value is 139 (54.69% from 255 or 48.10% from 289); Max value from RGB is 139 - color contains mainly: blue. Hex color #61358B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61358B is #9ECA74. Grayscale: #4B4B4B. Windows color (decimal): -10406517 or 9123169. OLE color: 9123169.

HSL color Cylindrical-coordinate representation of color #61358B: hue angle of 270.7º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61358B is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 97 53 139 -
CMYK 0.30 0.62 0 0.45
HSL 270.7º 0.45% 0.38% -
HSV(B) 270.7º 0.62% 0.55% -
XYZ 10.86 6.95 25.2 -
YUV 75.96 163.58 143.01 -
System Red Green Blue C M Y K H S L
Decimal 97 53 139 0.30 0.62 0 0.45 270.7 0.45 0.38
Hex 61 35 8B 1E 3E 0 2D 10F 2D 26
Octal 141 65 213 36 76 0 55 417 55 46
Binary 1100001 110101 10001011 11110 111110 0 101101 100001111 101101 100110

Color Harmonies of #61358B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61358B

Black with #61358B

Text Example


Text Example

White with #61358B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61358B; }

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

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

background-color css

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

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

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

border-color css

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

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

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