Html Css Color HEX #612198 Kingfisher Daisy

📋 copy color: '#612198'

red 97 ◦ green 33 ◦ blue 152

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

Shades of Kingfisher Daisy #612198

Tints of Kingfisher Daisy #612198

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.7%

 BLUE value IS 152 (59.77% from 255) = 53.9%

R = 34.4%
G = 11.7%
B = 53.9%

CMYK

 C value IS 0.36

 M value IS 0.78

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#612198 (or 0x612198) is known color: Kingfisher Daisy. HEX triplet: 61, 21 and 98. RGB value is (97,33,152). Sum of RGB (Red+Green+Blue) = 97+33+152=282 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.40% from 282); Green value is 33 (13.28% from 255 or 11.70% from 282); Blue value is 152 (59.77% from 255 or 53.90% from 282); Max value from RGB is 152 - color contains mainly: blue. Hex color #612198 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612198 is #9EDE67. Grayscale: #414141. Windows color (decimal): -10411624 or 9970017. OLE color: 9970017.

HSL color Cylindrical-coordinate representation of color #612198: hue angle of 272.27º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #612198 is Cyan = 0.36, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 97 33 152 -
CMYK 0.36 0.78 0 0.40
HSL 272.27º 0.64% 0.36% -
HSV(B) 272.27º 0.78% 0.6% -
XYZ 11.14 5.9 30.26 -
YUV 65.7 176.7 150.32 -
System Red Green Blue C M Y K H S L
Decimal 97 33 152 0.36 0.78 0 0.40 272.27 0.64 0.36
Hex 61 21 98 24 4E 0 28 110 40 24
Octal 141 41 230 44 116 0 50 420 100 44
Binary 1100001 100001 10011000 100100 1001110 0 101000 100010000 1000000 100100

Color Harmonies of #612198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612198

Black with #612198

Text Example


Text Example

White with #612198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612198; }

 p { color: rgb(97,33,152); }

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

background-color css

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

 a { background-color: rgb(97,33,152); }

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

border-color css

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

 span { border-color: rgb(97,33,152); }

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