Html Css Color HEX #61207E Kingfisher Daisy

📋 copy color: '#61207E'

red 97 ◦ green 32 ◦ blue 126

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

Shades of Kingfisher Daisy #61207E

Tints of Kingfisher Daisy #61207E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.55%

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

R = 38.04%
G = 12.55%
B = 49.41%

CMYK

 C value IS 0.23

 M value IS 0.75

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#61207E (or 0x61207E) is known color: Kingfisher Daisy. HEX triplet: 61, 20 and 7E. RGB value is (97,32,126). Sum of RGB (Red+Green+Blue) = 97+32+126=255 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.04% from 255); Green value is 32 (12.89% from 255 or 12.55% from 255); Blue value is 126 (49.61% from 255 or 49.41% from 255); Max value from RGB is 126 - color contains mainly: blue. Hex color #61207E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61207E is #9EDF81. Grayscale: #3D3D3D. Windows color (decimal): -10411906 or 8265825. OLE color: 8265825.

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

Color convert

RGB 97 32 126 -
CMYK 0.23 0.75 0 0.51
HSL 281.49º 0.59% 0.31% -
HSV(B) 281.49º 0.75% 0.49% -
XYZ 9.21 5.08 20.23 -
YUV 62.15 164.03 152.86 -
System Red Green Blue C M Y K H S L
Decimal 97 32 126 0.23 0.75 0 0.51 281.49 0.59 0.31
Hex 61 20 7E 17 4B 0 33 119 3B 1F
Octal 141 40 176 27 113 0 63 431 73 37
Binary 1100001 100000 1111110 10111 1001011 0 110011 100011001 111011 11111

Color Harmonies of #61207E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61207E

Black with #61207E

Text Example


Text Example

White with #61207E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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