Html Css Color HEX #612185 Kingfisher Daisy

📋 copy color: '#612185'

red 97 ◦ green 33 ◦ blue 133

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

Shades of Kingfisher Daisy #612185

Tints of Kingfisher Daisy #612185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 50.57%

R = 36.88%
G = 12.55%
B = 50.57%

CMYK

 C value IS 0.27

 M value IS 0.75

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#612185 (or 0x612185) is known color: Kingfisher Daisy. HEX triplet: 61, 21 and 85. RGB value is (97,33,133). Sum of RGB (Red+Green+Blue) = 97+33+133=263 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.88% from 263); Green value is 33 (13.28% from 255 or 12.55% from 263); Blue value is 133 (52.34% from 255 or 50.57% from 263); Max value from RGB is 133 - color contains mainly: blue. Hex color #612185 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612185 is #9EDE7A. Grayscale: #3F3F3F. Windows color (decimal): -10411643 or 8724833. OLE color: 8724833.

HSL color Cylindrical-coordinate representation of color #612185: hue angle of 278.4º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #612185 is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 97 33 133 -
CMYK 0.27 0.75 0 0.48
HSL 278.4º 0.6% 0.33% -
HSV(B) 278.4º 0.75% 0.52% -
XYZ 9.71 5.32 22.71 -
YUV 63.54 167.2 151.87 -
System Red Green Blue C M Y K H S L
Decimal 97 33 133 0.27 0.75 0 0.48 278.4 0.6 0.33
Hex 61 21 85 1B 4B 0 30 116 3C 21
Octal 141 41 205 33 113 0 60 426 74 41
Binary 1100001 100001 10000101 11011 1001011 0 110000 100010110 111100 100001

Color Harmonies of #612185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612185

Black with #612185

Text Example


Text Example

White with #612185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612185; }

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

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

background-color css

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

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

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

border-color css

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

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

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