Html Css Color HEX #612D92 Kingfisher Daisy

📋 copy color: '#612D92'

red 97 ◦ green 45 ◦ blue 146

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

Shades of Kingfisher Daisy #612D92

Tints of Kingfisher Daisy #612D92

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.63%

 BLUE value IS 146 (57.42% from 255) = 50.69%

R = 33.68%
G = 15.63%
B = 50.69%

CMYK

 C value IS 0.34

 M value IS 0.69

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#612D92 (or 0x612D92) is known color: Kingfisher Daisy. HEX triplet: 61, 2D and 92. RGB value is (97,45,146). Sum of RGB (Red+Green+Blue) = 97+45+146=288 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.68% from 288); Green value is 45 (17.97% from 255 or 15.62% from 288); Blue value is 146 (57.42% from 255 or 50.69% from 288); Max value from RGB is 146 - color contains mainly: blue. Hex color #612D92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612D92 is #9ED26D. Grayscale: #474747. Windows color (decimal): -10408558 or 9579873. OLE color: 9579873.

HSL color Cylindrical-coordinate representation of color #612D92: hue angle of 270.89º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #612D92 is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 97 45 146 -
CMYK 0.34 0.69 0 0.43
HSL 270.89º 0.53% 0.37% -
HSV(B) 270.89º 0.69% 0.57% -
XYZ 11.06 6.49 27.86 -
YUV 72.06 169.73 145.79 -
System Red Green Blue C M Y K H S L
Decimal 97 45 146 0.34 0.69 0 0.43 270.89 0.53 0.37
Hex 61 2D 92 22 45 0 2B 10F 35 25
Octal 141 55 222 42 105 0 53 417 65 45
Binary 1100001 101101 10010010 100010 1000101 0 101011 100001111 110101 100101

Color Harmonies of #612D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612D92

Black with #612D92

Text Example


Text Example

White with #612D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,45,146); }

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

background-color css

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

 a { background-color: rgb(97,45,146); }

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

border-color css

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

 span { border-color: rgb(97,45,146); }

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