Html Css Color HEX #61208F Kingfisher Daisy

📋 copy color: '#61208F'

red 97 ◦ green 32 ◦ blue 143

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

Shades of Kingfisher Daisy #61208F

Tints of Kingfisher Daisy #61208F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 52.57%

R = 35.66%
G = 11.76%
B = 52.57%

CMYK

 C value IS 0.32

 M value IS 0.78

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#61208F (or 0x61208F) is known color: Kingfisher Daisy. HEX triplet: 61, 20 and 8F. RGB value is (97,32,143). Sum of RGB (Red+Green+Blue) = 97+32+143=272 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.66% from 272); Green value is 32 (12.89% from 255 or 11.76% from 272); Blue value is 143 (56.25% from 255 or 52.57% from 272); Max value from RGB is 143 - color contains mainly: blue. Hex color #61208F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61208F is #9EDF70. Grayscale: #3F3F3F. Windows color (decimal): -10411889 or 9379937. OLE color: 9379937.

HSL color Cylindrical-coordinate representation of color #61208F: hue angle of 275.14º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #61208F is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 97 32 143 -
CMYK 0.32 0.78 0 0.44
HSL 275.14º 0.63% 0.34% -
HSV(B) 275.14º 0.78% 0.56% -
XYZ 10.4 5.56 26.51 -
YUV 64.09 172.53 151.47 -
System Red Green Blue C M Y K H S L
Decimal 97 32 143 0.32 0.78 0 0.44 275.14 0.63 0.34
Hex 61 20 8F 20 4E 0 2C 113 3F 22
Octal 141 40 217 40 116 0 54 423 77 42
Binary 1100001 100000 10001111 100000 1001110 0 101100 100010011 111111 100010

Color Harmonies of #61208F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61208F

Black with #61208F

Text Example


Text Example

White with #61208F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61208F; }

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

 H1.HeaderClassName
 {
   color: #61208F;
 }
 .AnyTagClassName
 {
   color: #61208F;
 }
</style>

background-color css

<style>
 a { background-color: #61208F; }

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

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

border-color css

<style>
 span { border-color: #61208F; }

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

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