Html Css Color HEX #612095 Kingfisher Daisy

📋 copy color: '#612095'

red 97 ◦ green 32 ◦ blue 149

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

Shades of Kingfisher Daisy #612095

Tints of Kingfisher Daisy #612095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 53.6%

R = 34.89%
G = 11.51%
B = 53.6%

CMYK

 C value IS 0.35

 M value IS 0.79

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#612095 (or 0x612095) is known color: Kingfisher Daisy. HEX triplet: 61, 20 and 95. RGB value is (97,32,149). Sum of RGB (Red+Green+Blue) = 97+32+149=278 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.89% from 278); Green value is 32 (12.89% from 255 or 11.51% from 278); Blue value is 149 (58.59% from 255 or 53.60% from 278); Max value from RGB is 149 - color contains mainly: blue. Hex color #612095 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612095 is #9EDF6A. Grayscale: #404040. Windows color (decimal): -10411883 or 9773153. OLE color: 9773153.

HSL color Cylindrical-coordinate representation of color #612095: hue angle of 273.33º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #612095 is Cyan = 0.35, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 97 32 149 -
CMYK 0.35 0.79 0 0.42
HSL 273.33º 0.65% 0.35% -
HSV(B) 273.33º 0.79% 0.58% -
XYZ 10.87 5.74 28.97 -
YUV 64.77 175.53 150.99 -
System Red Green Blue C M Y K H S L
Decimal 97 32 149 0.35 0.79 0 0.42 273.33 0.65 0.35
Hex 61 20 95 23 4F 0 2A 111 41 23
Octal 141 40 225 43 117 0 52 421 101 43
Binary 1100001 100000 10010101 100011 1001111 0 101010 100010001 1000001 100011

Color Harmonies of #612095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612095

Black with #612095

Text Example


Text Example

White with #612095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612095; }

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

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

background-color css

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

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

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

border-color css

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

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

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