Html Css Color HEX #612990 Kingfisher Daisy

📋 copy color: '#612990'

red 97 ◦ green 41 ◦ blue 144

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

Shades of Kingfisher Daisy #612990

Tints of Kingfisher Daisy #612990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 51.06%

R = 34.4%
G = 14.54%
B = 51.06%

CMYK

 C value IS 0.33

 M value IS 0.72

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#612990 (or 0x612990) is known color: Kingfisher Daisy. HEX triplet: 61, 29 and 90. RGB value is (97,41,144). Sum of RGB (Red+Green+Blue) = 97+41+144=282 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.40% from 282); Green value is 41 (16.41% from 255 or 14.54% from 282); Blue value is 144 (56.64% from 255 or 51.06% from 282); Max value from RGB is 144 - color contains mainly: blue. Hex color #612990 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612990 is #9ED66F. Grayscale: #454545. Windows color (decimal): -10409584 or 9447777. OLE color: 9447777.

HSL color Cylindrical-coordinate representation of color #612990: hue angle of 272.62º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #612990 is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 97 41 144 -
CMYK 0.33 0.72 0 0.44
HSL 272.62º 0.56% 0.36% -
HSV(B) 272.62º 0.72% 0.56% -
XYZ 10.76 6.14 27 -
YUV 69.49 170.05 147.62 -
System Red Green Blue C M Y K H S L
Decimal 97 41 144 0.33 0.72 0 0.44 272.62 0.56 0.36
Hex 61 29 90 21 48 0 2C 111 38 24
Octal 141 51 220 41 110 0 54 421 70 44
Binary 1100001 101001 10010000 100001 1001000 0 101100 100010001 111000 100100

Color Harmonies of #612990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612990

Black with #612990

Text Example


Text Example

White with #612990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612990; }

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

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

background-color css

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

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

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

border-color css

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

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

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