Html Css Color HEX #612194 Kingfisher Daisy

📋 copy color: '#612194'

red 97 ◦ green 33 ◦ blue 148

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

Shades of Kingfisher Daisy #612194

Tints of Kingfisher Daisy #612194

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.87%

 BLUE value IS 148 (58.2% from 255) = 53.24%

R = 34.89%
G = 11.87%
B = 53.24%

CMYK

 C value IS 0.34

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#612194 (or 0x612194) is known color: Kingfisher Daisy. HEX triplet: 61, 21 and 94. RGB value is (97,33,148). Sum of RGB (Red+Green+Blue) = 97+33+148=278 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.89% from 278); Green value is 33 (13.28% from 255 or 11.87% from 278); Blue value is 148 (58.20% from 255 or 53.24% from 278); Max value from RGB is 148 - color contains mainly: blue. Hex color #612194 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612194 is #9EDE6B. Grayscale: #404040. Windows color (decimal): -10411628 or 9707873. OLE color: 9707873.

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

Color convert

RGB 97 33 148 -
CMYK 0.34 0.78 0 0.42
HSL 273.39º 0.64% 0.35% -
HSV(B) 273.39º 0.78% 0.58% -
XYZ 10.82 5.77 28.56 -
YUV 65.25 174.7 150.65 -
System Red Green Blue C M Y K H S L
Decimal 97 33 148 0.34 0.78 0 0.42 273.39 0.64 0.35
Hex 61 21 94 22 4E 0 2A 111 40 23
Octal 141 41 224 42 116 0 52 421 100 43
Binary 1100001 100001 10010100 100010 1001110 0 101010 100010001 1000000 100011

Color Harmonies of #612194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612194

Black with #612194

Text Example


Text Example

White with #612194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612194; }

 p { color: rgb(97,33,148); }

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

background-color css

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

 a { background-color: rgb(97,33,148); }

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

border-color css

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

 span { border-color: rgb(97,33,148); }

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