Html Css Color HEX #612485 Kingfisher Daisy

📋 copy color: '#612485'

red 97 ◦ green 36 ◦ blue 133

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

Shades of Kingfisher Daisy #612485

Tints of Kingfisher Daisy #612485

RGB

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

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

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

R = 36.47%
G = 13.53%
B = 50%

CMYK

 C value IS 0.27

 M value IS 0.73

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#612485 (or 0x612485) is known color: Kingfisher Daisy. HEX triplet: 61, 24 and 85. RGB value is (97,36,133). Sum of RGB (Red+Green+Blue) = 97+36+133=266 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.47% from 266); Green value is 36 (14.45% from 255 or 13.53% from 266); Blue value is 133 (52.34% from 255 or 50% from 266); Max value from RGB is 133 - color contains mainly: blue. Hex color #612485 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612485 is #9EDB7A. Grayscale: #404040. Windows color (decimal): -10410875 or 8725601. OLE color: 8725601.

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

Color convert

RGB 97 36 133 -
CMYK 0.27 0.73 0 0.48
HSL 277.73º 0.57% 0.33% -
HSV(B) 277.73º 0.73% 0.52% -
XYZ 9.79 5.5 22.74 -
YUV 65.3 166.21 150.61 -
System Red Green Blue C M Y K H S L
Decimal 97 36 133 0.27 0.73 0 0.48 277.73 0.57 0.33
Hex 61 24 85 1B 49 0 30 116 39 21
Octal 141 44 205 33 111 0 60 426 71 41
Binary 1100001 100100 10000101 11011 1001001 0 110000 100010110 111001 100001

Color Harmonies of #612485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612485

Black with #612485

Text Example


Text Example

White with #612485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612485; }

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

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

background-color css

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

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

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

border-color css

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

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

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