Html Css Color HEX #61257D Kingfisher Daisy

📋 copy color: '#61257D'

red 97 ◦ green 37 ◦ blue 125

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

Shades of Kingfisher Daisy #61257D

Tints of Kingfisher Daisy #61257D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.29%

 BLUE value IS 125 (49.22% from 255) = 48.26%

R = 37.45%
G = 14.29%
B = 48.26%

CMYK

 C value IS 0.22

 M value IS 0.70

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#61257D (or 0x61257D) is known color: Kingfisher Daisy. HEX triplet: 61, 25 and 7D. RGB value is (97,37,125). Sum of RGB (Red+Green+Blue) = 97+37+125=259 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.45% from 259); Green value is 37 (14.84% from 255 or 14.29% from 259); Blue value is 125 (49.22% from 255 or 48.26% from 259); Max value from RGB is 125 - color contains mainly: blue. Hex color #61257D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61257D is #9EDA82. Grayscale: #404040. Windows color (decimal): -10410627 or 8201569. OLE color: 8201569.

HSL color Cylindrical-coordinate representation of color #61257D: hue angle of 280.91º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #61257D is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 97 37 125 -
CMYK 0.22 0.70 0 0.51
HSL 280.91º 0.54% 0.32% -
HSV(B) 280.91º 0.7% 0.49% -
XYZ 9.29 5.35 19.94 -
YUV 64.97 161.88 150.84 -
System Red Green Blue C M Y K H S L
Decimal 97 37 125 0.22 0.70 0 0.51 280.91 0.54 0.32
Hex 61 25 7D 16 46 0 33 119 36 20
Octal 141 45 175 26 106 0 63 431 66 40
Binary 1100001 100101 1111101 10110 1000110 0 110011 100011001 110110 100000

Color Harmonies of #61257D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61257D

Black with #61257D

Text Example


Text Example

White with #61257D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61257D; }

 p { color: rgb(97,37,125); }

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

background-color css

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

 a { background-color: rgb(97,37,125); }

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

border-color css

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

 span { border-color: rgb(97,37,125); }

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