Html Css Color HEX #612293 Kingfisher Daisy

📋 copy color: '#612293'

red 97 ◦ green 34 ◦ blue 147

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

Shades of Kingfisher Daisy #612293

Tints of Kingfisher Daisy #612293

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.23%

 BLUE value IS 147 (57.81% from 255) = 52.88%

R = 34.89%
G = 12.23%
B = 52.88%

CMYK

 C value IS 0.34

 M value IS 0.77

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#612293 (or 0x612293) is known color: Kingfisher Daisy. HEX triplet: 61, 22 and 93. RGB value is (97,34,147). Sum of RGB (Red+Green+Blue) = 97+34+147=278 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.89% from 278); Green value is 34 (13.67% from 255 or 12.23% from 278); Blue value is 147 (57.81% from 255 or 52.88% from 278); Max value from RGB is 147 - color contains mainly: blue. Hex color #612293 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612293 is #9EDD6C. Grayscale: #414141. Windows color (decimal): -10411373 or 9642593. OLE color: 9642593.

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

Color convert

RGB 97 34 147 -
CMYK 0.34 0.77 0 0.42
HSL 273.45º 0.62% 0.35% -
HSV(B) 273.45º 0.77% 0.58% -
XYZ 10.77 5.79 28.15 -
YUV 65.72 173.87 150.31 -
System Red Green Blue C M Y K H S L
Decimal 97 34 147 0.34 0.77 0 0.42 273.45 0.62 0.35
Hex 61 22 93 22 4D 0 2A 111 3E 23
Octal 141 42 223 42 115 0 52 421 76 43
Binary 1100001 100010 10010011 100010 1001101 0 101010 100010001 111110 100011

Color Harmonies of #612293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612293

Black with #612293

Text Example


Text Example

White with #612293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612293; }

 p { color: rgb(97,34,147); }

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

background-color css

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

 a { background-color: rgb(97,34,147); }

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

border-color css

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

 span { border-color: rgb(97,34,147); }

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