Html Css Color HEX #612494 Kingfisher Daisy

📋 copy color: '#612494'

red 97 ◦ green 36 ◦ blue 148

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

Shades of Kingfisher Daisy #612494

Tints of Kingfisher Daisy #612494

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.81%

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

R = 34.52%
G = 12.81%
B = 52.67%

CMYK

 C value IS 0.34

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#612494 (or 0x612494) is known color: Kingfisher Daisy. HEX triplet: 61, 24 and 94. RGB value is (97,36,148). Sum of RGB (Red+Green+Blue) = 97+36+148=281 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.52% from 281); Green value is 36 (14.45% from 255 or 12.81% from 281); Blue value is 148 (58.20% from 255 or 52.67% from 281); Max value from RGB is 148 - color contains mainly: blue. Hex color #612494 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612494 is #9EDB6B. Grayscale: #424242. Windows color (decimal): -10410860 or 9708641. OLE color: 9708641.

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

Color convert

RGB 97 36 148 -
CMYK 0.34 0.76 0 0.42
HSL 272.68º 0.61% 0.36% -
HSV(B) 272.68º 0.76% 0.58% -
XYZ 10.91 5.94 28.59 -
YUV 67.01 173.71 149.39 -
System Red Green Blue C M Y K H S L
Decimal 97 36 148 0.34 0.76 0 0.42 272.68 0.61 0.36
Hex 61 24 94 22 4C 0 2A 111 3D 24
Octal 141 44 224 42 114 0 52 421 75 44
Binary 1100001 100100 10010100 100010 1001100 0 101010 100010001 111101 100100

Color Harmonies of #612494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612494

Black with #612494

Text Example


Text Example

White with #612494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612494; }

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

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

background-color css

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

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

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

border-color css

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

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

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