Html Css Color HEX #612F91 Kingfisher Daisy

📋 copy color: '#612F91'

red 97 ◦ green 47 ◦ blue 145

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

Shades of Kingfisher Daisy #612F91

Tints of Kingfisher Daisy #612F91

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.26%

 BLUE value IS 145 (57.03% from 255) = 50.17%

R = 33.56%
G = 16.26%
B = 50.17%

CMYK

 C value IS 0.33

 M value IS 0.68

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#612F91 (or 0x612F91) is known color: Kingfisher Daisy. HEX triplet: 61, 2F and 91. RGB value is (97,47,145). Sum of RGB (Red+Green+Blue) = 97+47+145=289 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.56% from 289); Green value is 47 (18.75% from 255 or 16.26% from 289); Blue value is 145 (57.03% from 255 or 50.17% from 289); Max value from RGB is 145 - color contains mainly: blue. Hex color #612F91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612F91 is #9ED06E. Grayscale: #484848. Windows color (decimal): -10408047 or 9514849. OLE color: 9514849.

HSL color Cylindrical-coordinate representation of color #612F91: hue angle of 270.61º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #612F91 is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 97 47 145 -
CMYK 0.33 0.68 0 0.43
HSL 270.61º 0.51% 0.38% -
HSV(B) 270.61º 0.68% 0.57% -
XYZ 11.06 6.62 27.48 -
YUV 73.12 168.57 145.03 -
System Red Green Blue C M Y K H S L
Decimal 97 47 145 0.33 0.68 0 0.43 270.61 0.51 0.38
Hex 61 2F 91 21 44 0 2B 10F 33 26
Octal 141 57 221 41 104 0 53 417 63 46
Binary 1100001 101111 10010001 100001 1000100 0 101011 100001111 110011 100110

Color Harmonies of #612F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612F91

Black with #612F91

Text Example


Text Example

White with #612F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612F91; }

 p { color: rgb(97,47,145); }

 H1.HeaderClassName
 {
   color: #612F91;
 }
 .AnyTagClassName
 {
   color: #612F91;
 }
</style>

background-color css

<style>
 a { background-color: #612F91; }

 a { background-color: rgb(97,47,145); }

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

border-color css

<style>
 span { border-color: #612F91; }

 span { border-color: rgb(97,47,145); }

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