Html Css Color HEX #612E8E Kingfisher Daisy

📋 copy color: '#612E8E'

red 97 ◦ green 46 ◦ blue 142

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

Shades of Kingfisher Daisy #612E8E

Tints of Kingfisher Daisy #612E8E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.14%

 BLUE value IS 142 (55.86% from 255) = 49.82%

R = 34.04%
G = 16.14%
B = 49.82%

CMYK

 C value IS 0.32

 M value IS 0.68

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#612E8E (or 0x612E8E) is known color: Kingfisher Daisy. HEX triplet: 61, 2E and 8E. RGB value is (97,46,142). Sum of RGB (Red+Green+Blue) = 97+46+142=285 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.04% from 285); Green value is 46 (18.36% from 255 or 16.14% from 285); Blue value is 142 (55.86% from 255 or 49.82% from 285); Max value from RGB is 142 - color contains mainly: blue. Hex color #612E8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612E8E is #9ED171. Grayscale: #474747. Windows color (decimal): -10408306 or 9317985. OLE color: 9317985.

HSL color Cylindrical-coordinate representation of color #612E8E: hue angle of 271.88º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #612E8E is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 97 46 142 -
CMYK 0.32 0.68 0 0.44
HSL 271.88º 0.51% 0.37% -
HSV(B) 271.88º 0.68% 0.56% -
XYZ 10.79 6.45 26.27 -
YUV 72.19 167.4 145.69 -
System Red Green Blue C M Y K H S L
Decimal 97 46 142 0.32 0.68 0 0.44 271.88 0.51 0.37
Hex 61 2E 8E 20 44 0 2C 110 33 25
Octal 141 56 216 40 104 0 54 420 63 45
Binary 1100001 101110 10001110 100000 1000100 0 101100 100010000 110011 100101

Color Harmonies of #612E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612E8E

Black with #612E8E

Text Example


Text Example

White with #612E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612E8E; }

 p { color: rgb(97,46,142); }

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

background-color css

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

 a { background-color: rgb(97,46,142); }

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

border-color css

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

 span { border-color: rgb(97,46,142); }

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