Html Css Color HEX #612987 Kingfisher Daisy

📋 copy color: '#612987'

red 97 ◦ green 41 ◦ blue 135

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

Shades of Kingfisher Daisy #612987

Tints of Kingfisher Daisy #612987

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.02%

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

R = 35.53%
G = 15.02%
B = 49.45%

CMYK

 C value IS 0.28

 M value IS 0.70

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#612987 (or 0x612987) is known color: Kingfisher Daisy. HEX triplet: 61, 29 and 87. RGB value is (97,41,135). Sum of RGB (Red+Green+Blue) = 97+41+135=273 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.53% from 273); Green value is 41 (16.41% from 255 or 15.02% from 273); Blue value is 135 (53.12% from 255 or 49.45% from 273); Max value from RGB is 135 - color contains mainly: blue. Hex color #612987 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612987 is #9ED678. Grayscale: #444444. Windows color (decimal): -10409593 or 8857953. OLE color: 8857953.

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

Color convert

RGB 97 41 135 -
CMYK 0.28 0.70 0 0.47
HSL 275.74º 0.53% 0.35% -
HSV(B) 275.74º 0.7% 0.53% -
XYZ 10.1 5.88 23.52 -
YUV 68.46 165.55 148.36 -
System Red Green Blue C M Y K H S L
Decimal 97 41 135 0.28 0.70 0 0.47 275.74 0.53 0.35
Hex 61 29 87 1C 46 0 2F 114 35 23
Octal 141 51 207 34 106 0 57 424 65 43
Binary 1100001 101001 10000111 11100 1000110 0 101111 100010100 110101 100011

Color Harmonies of #612987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612987

Black with #612987

Text Example


Text Example

White with #612987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612987; }

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

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

background-color css

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

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

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

border-color css

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

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

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