Html Css Color HEX #612889 Kingfisher Daisy

📋 copy color: '#612889'

red 97 ◦ green 40 ◦ blue 137

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

Shades of Kingfisher Daisy #612889

Tints of Kingfisher Daisy #612889

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.6%

 BLUE value IS 137 (53.91% from 255) = 50%

R = 35.4%
G = 14.6%
B = 50%

CMYK

 C value IS 0.29

 M value IS 0.71

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#612889 (or 0x612889) is known color: Kingfisher Daisy. HEX triplet: 61, 28 and 89. RGB value is (97,40,137). Sum of RGB (Red+Green+Blue) = 97+40+137=274 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.40% from 274); Green value is 40 (16.02% from 255 or 14.60% from 274); Blue value is 137 (53.91% from 255 or 50% from 274); Max value from RGB is 137 - color contains mainly: blue. Hex color #612889 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612889 is #9ED776. Grayscale: #434343. Windows color (decimal): -10409847 or 8988769. OLE color: 8988769.

HSL color Cylindrical-coordinate representation of color #612889: hue angle of 275.26º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #612889 is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 97 40 137 -
CMYK 0.29 0.71 0 0.46
HSL 275.26º 0.55% 0.35% -
HSV(B) 275.26º 0.71% 0.54% -
XYZ 10.2 5.87 24.26 -
YUV 68.1 166.88 148.61 -
System Red Green Blue C M Y K H S L
Decimal 97 40 137 0.29 0.71 0 0.46 275.26 0.55 0.35
Hex 61 28 89 1D 47 0 2E 113 37 23
Octal 141 50 211 35 107 0 56 423 67 43
Binary 1100001 101000 10001001 11101 1000111 0 101110 100010011 110111 100011

Color Harmonies of #612889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612889

Black with #612889

Text Example


Text Example

White with #612889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612889; }

 p { color: rgb(97,40,137); }

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

background-color css

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

 a { background-color: rgb(97,40,137); }

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

border-color css

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

 span { border-color: rgb(97,40,137); }

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