Html Css Color HEX #612690 Kingfisher Daisy

📋 copy color: '#612690'

red 97 ◦ green 38 ◦ blue 144

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

Shades of Kingfisher Daisy #612690

Tints of Kingfisher Daisy #612690

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.62%

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

R = 34.77%
G = 13.62%
B = 51.61%

CMYK

 C value IS 0.33

 M value IS 0.74

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#612690 (or 0x612690) is known color: Kingfisher Daisy. HEX triplet: 61, 26 and 90. RGB value is (97,38,144). Sum of RGB (Red+Green+Blue) = 97+38+144=279 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.77% from 279); Green value is 38 (15.23% from 255 or 13.62% from 279); Blue value is 144 (56.64% from 255 or 51.61% from 279); Max value from RGB is 144 - color contains mainly: blue. Hex color #612690 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612690 is #9ED96F. Grayscale: #434343. Windows color (decimal): -10410352 or 9447009. OLE color: 9447009.

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

Color convert

RGB 97 38 144 -
CMYK 0.33 0.74 0 0.44
HSL 273.4º 0.58% 0.36% -
HSV(B) 273.4º 0.74% 0.56% -
XYZ 10.66 5.94 26.97 -
YUV 67.73 171.05 148.88 -
System Red Green Blue C M Y K H S L
Decimal 97 38 144 0.33 0.74 0 0.44 273.4 0.58 0.36
Hex 61 26 90 21 4A 0 2C 111 3A 24
Octal 141 46 220 41 112 0 54 421 72 44
Binary 1100001 100110 10010000 100001 1001010 0 101100 100010001 111010 100100

Color Harmonies of #612690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612690

Black with #612690

Text Example


Text Example

White with #612690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612690; }

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

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

background-color css

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

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

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

border-color css

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

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

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