Html Css Color HEX #612589 Kingfisher Daisy

📋 copy color: '#612589'

red 97 ◦ green 37 ◦ blue 137

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

Shades of Kingfisher Daisy #612589

Tints of Kingfisher Daisy #612589

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.65%

 BLUE value IS 137 (53.91% from 255) = 50.55%

R = 35.79%
G = 13.65%
B = 50.55%

CMYK

 C value IS 0.29

 M value IS 0.73

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#612589 (or 0x612589) is known color: Kingfisher Daisy. HEX triplet: 61, 25 and 89. RGB value is (97,37,137). Sum of RGB (Red+Green+Blue) = 97+37+137=271 (35% of max value = 765). Red value is 97 (38.28% from 255 or 35.79% from 271); Green value is 37 (14.84% from 255 or 13.65% from 271); Blue value is 137 (53.91% from 255 or 50.55% from 271); Max value from RGB is 137 - color contains mainly: blue. Hex color #612589 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612589 is #9EDA76. Grayscale: #424242. Windows color (decimal): -10410615 or 8988001. OLE color: 8988001.

HSL color Cylindrical-coordinate representation of color #612589: hue angle of 276º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #612589 is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 97 37 137 -
CMYK 0.29 0.73 0 0.46
HSL 276º 0.57% 0.34% -
HSV(B) 276º 0.73% 0.54% -
XYZ 10.11 5.67 24.23 -
YUV 66.34 167.88 149.87 -
System Red Green Blue C M Y K H S L
Decimal 97 37 137 0.29 0.73 0 0.46 276 0.57 0.34
Hex 61 25 89 1D 49 0 2E 114 39 22
Octal 141 45 211 35 111 0 56 424 71 42
Binary 1100001 100101 10001001 11101 1001001 0 101110 100010100 111001 100010

Color Harmonies of #612589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612589

Black with #612589

Text Example


Text Example

White with #612589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612589; }

 p { color: rgb(97,37,137); }

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

background-color css

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

 a { background-color: rgb(97,37,137); }

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

border-color css

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

 span { border-color: rgb(97,37,137); }

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