Html Css Color HEX #612884 Kingfisher Daisy

📋 copy color: '#612884'

red 97 ◦ green 40 ◦ blue 132

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

Shades of Kingfisher Daisy #612884

Tints of Kingfisher Daisy #612884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 49.07%

R = 36.06%
G = 14.87%
B = 49.07%

CMYK

 C value IS 0.27

 M value IS 0.70

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#612884 (or 0x612884) is known color: Kingfisher Daisy. HEX triplet: 61, 28 and 84. RGB value is (97,40,132). Sum of RGB (Red+Green+Blue) = 97+40+132=269 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.06% from 269); Green value is 40 (16.02% from 255 or 14.87% from 269); Blue value is 132 (51.95% from 255 or 49.07% from 269); Max value from RGB is 132 - color contains mainly: blue. Hex color #612884 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612884 is #9ED77B. Grayscale: #434343. Windows color (decimal): -10409852 or 8661089. OLE color: 8661089.

HSL color Cylindrical-coordinate representation of color #612884: hue angle of 277.17º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #612884 is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 97 40 132 -
CMYK 0.27 0.70 0 0.48
HSL 277.17º 0.53% 0.34% -
HSV(B) 277.17º 0.7% 0.52% -
XYZ 9.85 5.72 22.42 -
YUV 67.53 164.38 149.02 -
System Red Green Blue C M Y K H S L
Decimal 97 40 132 0.27 0.70 0 0.48 277.17 0.53 0.34
Hex 61 28 84 1B 46 0 30 115 35 22
Octal 141 50 204 33 106 0 60 425 65 42
Binary 1100001 101000 10000100 11011 1000110 0 110000 100010101 110101 100010

Color Harmonies of #612884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612884

Black with #612884

Text Example


Text Example

White with #612884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612884; }

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

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

background-color css

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

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

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

border-color css

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

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

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