Html Css Color HEX #61227E Kingfisher Daisy

📋 copy color: '#61227E'

red 97 ◦ green 34 ◦ blue 126

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

Shades of Kingfisher Daisy #61227E

Tints of Kingfisher Daisy #61227E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.23%

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

R = 37.74%
G = 13.23%
B = 49.03%

CMYK

 C value IS 0.23

 M value IS 0.73

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#61227E (or 0x61227E) is known color: Kingfisher Daisy. HEX triplet: 61, 22 and 7E. RGB value is (97,34,126). Sum of RGB (Red+Green+Blue) = 97+34+126=257 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.74% from 257); Green value is 34 (13.67% from 255 or 13.23% from 257); Blue value is 126 (49.61% from 255 or 49.03% from 257); Max value from RGB is 126 - color contains mainly: blue. Hex color #61227E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61227E is #9EDD81. Grayscale: #3F3F3F. Windows color (decimal): -10411394 or 8266337. OLE color: 8266337.

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

Color convert

RGB 97 34 126 -
CMYK 0.23 0.73 0 0.51
HSL 281.09º 0.58% 0.31% -
HSV(B) 281.09º 0.73% 0.49% -
XYZ 9.27 5.19 20.25 -
YUV 63.33 163.37 152.02 -
System Red Green Blue C M Y K H S L
Decimal 97 34 126 0.23 0.73 0 0.51 281.09 0.58 0.31
Hex 61 22 7E 17 49 0 33 119 3A 1F
Octal 141 42 176 27 111 0 63 431 72 37
Binary 1100001 100010 1111110 10111 1001001 0 110011 100011001 111010 11111

Color Harmonies of #61227E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61227E

Black with #61227E

Text Example


Text Example

White with #61227E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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