Html Css Color HEX #612694 Kingfisher Daisy

📋 copy color: '#612694'

red 97 ◦ green 38 ◦ blue 148

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

Shades of Kingfisher Daisy #612694

Tints of Kingfisher Daisy #612694

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.43%

 BLUE value IS 148 (58.2% from 255) = 52.3%

R = 34.28%
G = 13.43%
B = 52.3%

CMYK

 C value IS 0.34

 M value IS 0.74

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#612694 (or 0x612694) is known color: Kingfisher Daisy. HEX triplet: 61, 26 and 94. RGB value is (97,38,148). Sum of RGB (Red+Green+Blue) = 97+38+148=283 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.28% from 283); Green value is 38 (15.23% from 255 or 13.43% from 283); Blue value is 148 (58.20% from 255 or 52.30% from 283); Max value from RGB is 148 - color contains mainly: blue. Hex color #612694 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612694 is #9ED96B. Grayscale: #434343. Windows color (decimal): -10410348 or 9709153. OLE color: 9709153.

HSL color Cylindrical-coordinate representation of color #612694: hue angle of 272.18º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #612694 is Cyan = 0.34, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 97 38 148 -
CMYK 0.34 0.74 0 0.42
HSL 272.18º 0.59% 0.36% -
HSV(B) 272.18º 0.74% 0.58% -
XYZ 10.97 6.07 28.61 -
YUV 68.18 173.05 148.56 -
System Red Green Blue C M Y K H S L
Decimal 97 38 148 0.34 0.74 0 0.42 272.18 0.59 0.36
Hex 61 26 94 22 4A 0 2A 110 3B 24
Octal 141 46 224 42 112 0 52 420 73 44
Binary 1100001 100110 10010100 100010 1001010 0 101010 100010000 111011 100100

Color Harmonies of #612694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612694

Black with #612694

Text Example


Text Example

White with #612694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612694; }

 p { color: rgb(97,38,148); }

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

background-color css

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

 a { background-color: rgb(97,38,148); }

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

border-color css

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

 span { border-color: rgb(97,38,148); }

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