Html Css Color HEX #612296 Kingfisher Daisy

📋 copy color: '#612296'

red 97 ◦ green 34 ◦ blue 150

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

Shades of Kingfisher Daisy #612296

Tints of Kingfisher Daisy #612296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 53.38%

R = 34.52%
G = 12.1%
B = 53.38%

CMYK

 C value IS 0.35

 M value IS 0.77

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#612296 (or 0x612296) is known color: Kingfisher Daisy. HEX triplet: 61, 22 and 96. RGB value is (97,34,150). Sum of RGB (Red+Green+Blue) = 97+34+150=281 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.52% from 281); Green value is 34 (13.67% from 255 or 12.10% from 281); Blue value is 150 (58.98% from 255 or 53.38% from 281); Max value from RGB is 150 - color contains mainly: blue. Hex color #612296 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612296 is #9EDD69. Grayscale: #414141. Windows color (decimal): -10411370 or 9839201. OLE color: 9839201.

HSL color Cylindrical-coordinate representation of color #612296: hue angle of 272.59º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #612296 is Cyan = 0.35, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 97 34 150 -
CMYK 0.35 0.77 0 0.41
HSL 272.59º 0.63% 0.36% -
HSV(B) 272.59º 0.77% 0.59% -
XYZ 11.01 5.89 29.41 -
YUV 66.06 175.37 150.07 -
System Red Green Blue C M Y K H S L
Decimal 97 34 150 0.35 0.77 0 0.41 272.59 0.63 0.36
Hex 61 22 96 23 4D 0 29 111 3F 24
Octal 141 42 226 43 115 0 51 421 77 44
Binary 1100001 100010 10010110 100011 1001101 0 101001 100010001 111111 100100

Color Harmonies of #612296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612296

Black with #612296

Text Example


Text Example

White with #612296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612296; }

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

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

background-color css

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

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

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

border-color css

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

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

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