Html Css Color HEX #612587 Kingfisher Daisy

📋 copy color: '#612587'

red 97 ◦ green 37 ◦ blue 135

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

Shades of Kingfisher Daisy #612587

Tints of Kingfisher Daisy #612587

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 50.19%

R = 36.06%
G = 13.75%
B = 50.19%

CMYK

 C value IS 0.28

 M value IS 0.73

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#612587 (or 0x612587) is known color: Kingfisher Daisy. HEX triplet: 61, 25 and 87. RGB value is (97,37,135). Sum of RGB (Red+Green+Blue) = 97+37+135=269 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.06% from 269); Green value is 37 (14.84% from 255 or 13.75% from 269); Blue value is 135 (53.12% from 255 or 50.19% from 269); Max value from RGB is 135 - color contains mainly: blue. Hex color #612587 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612587 is #9EDA78. Grayscale: #414141. Windows color (decimal): -10410617 or 8856929. OLE color: 8856929.

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

Color convert

RGB 97 37 135 -
CMYK 0.28 0.73 0 0.47
HSL 276.73º 0.57% 0.34% -
HSV(B) 276.73º 0.73% 0.53% -
XYZ 9.96 5.61 23.48 -
YUV 66.11 166.88 150.03 -
System Red Green Blue C M Y K H S L
Decimal 97 37 135 0.28 0.73 0 0.47 276.73 0.57 0.34
Hex 61 25 87 1C 49 0 2F 115 39 22
Octal 141 45 207 34 111 0 57 425 71 42
Binary 1100001 100101 10000111 11100 1001001 0 101111 100010101 111001 100010

Color Harmonies of #612587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612587

Black with #612587

Text Example


Text Example

White with #612587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612587; }

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

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

background-color css

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

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

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

border-color css

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

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

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