Html Css Color HEX #61237E Kingfisher Daisy

📋 copy color: '#61237E'

red 97 ◦ green 35 ◦ blue 126

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

Shades of Kingfisher Daisy #61237E

Tints of Kingfisher Daisy #61237E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.57%

 BLUE value IS 126 (49.61% from 255) = 48.84%

R = 37.6%
G = 13.57%
B = 48.84%

CMYK

 C value IS 0.23

 M value IS 0.72

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#61237E (or 0x61237E) is known color: Kingfisher Daisy. HEX triplet: 61, 23 and 7E. RGB value is (97,35,126). Sum of RGB (Red+Green+Blue) = 97+35+126=258 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.60% from 258); Green value is 35 (14.06% from 255 or 13.57% from 258); Blue value is 126 (49.61% from 255 or 48.84% from 258); Max value from RGB is 126 - color contains mainly: blue. Hex color #61237E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61237E is #9EDC81. Grayscale: #3F3F3F. Windows color (decimal): -10411138 or 8266593. OLE color: 8266593.

HSL color Cylindrical-coordinate representation of color #61237E: hue angle of 280.88º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #61237E is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 97 35 126 -
CMYK 0.23 0.72 0 0.51
HSL 280.88º 0.57% 0.32% -
HSV(B) 280.88º 0.72% 0.49% -
XYZ 9.3 5.25 20.26 -
YUV 63.91 163.04 151.6 -
System Red Green Blue C M Y K H S L
Decimal 97 35 126 0.23 0.72 0 0.51 280.88 0.57 0.32
Hex 61 23 7E 17 48 0 33 119 39 20
Octal 141 43 176 27 110 0 63 431 71 40
Binary 1100001 100011 1111110 10111 1001000 0 110011 100011001 111001 100000

Color Harmonies of #61237E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61237E

Black with #61237E

Text Example


Text Example

White with #61237E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61237E; }

 p { color: rgb(97,35,126); }

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

background-color css

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

 a { background-color: rgb(97,35,126); }

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

border-color css

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

 span { border-color: rgb(97,35,126); }

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