Html Css Color HEX #61367E Kingfisher Daisy

📋 copy color: '#61367E'

red 97 ◦ green 54 ◦ blue 126

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

Shades of Kingfisher Daisy #61367E

Tints of Kingfisher Daisy #61367E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.49%

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

R = 35.02%
G = 19.49%
B = 45.49%

CMYK

 C value IS 0.23

 M value IS 0.57

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#61367E (or 0x61367E) is known color: Kingfisher Daisy. HEX triplet: 61, 36 and 7E. RGB value is (97,54,126). Sum of RGB (Red+Green+Blue) = 97+54+126=277 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.02% from 277); Green value is 54 (21.48% from 255 or 19.49% from 277); Blue value is 126 (49.61% from 255 or 45.49% from 277); Max value from RGB is 126 - color contains mainly: blue. Hex color #61367E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61367E is #9EC981. Grayscale: #4A4A4A. Windows color (decimal): -10406274 or 8271457. OLE color: 8271457.

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

Color convert

RGB 97 54 126 -
CMYK 0.23 0.57 0 0.51
HSL 275.83º 0.4% 0.35% -
HSV(B) 275.83º 0.57% 0.49% -
XYZ 10.01 6.69 20.5 -
YUV 75.07 156.75 143.65 -
System Red Green Blue C M Y K H S L
Decimal 97 54 126 0.23 0.57 0 0.51 275.83 0.4 0.35
Hex 61 36 7E 17 39 0 33 114 28 23
Octal 141 66 176 27 71 0 63 424 50 43
Binary 1100001 110110 1111110 10111 111001 0 110011 100010100 101000 100011

Color Harmonies of #61367E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61367E

Black with #61367E

Text Example


Text Example

White with #61367E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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