Html Css Color HEX #612696 Kingfisher Daisy

📋 copy color: '#612696'

red 97 ◦ green 38 ◦ blue 150

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

Shades of Kingfisher Daisy #612696

Tints of Kingfisher Daisy #612696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 52.63%

R = 34.04%
G = 13.33%
B = 52.63%

CMYK

 C value IS 0.35

 M value IS 0.75

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#612696 (or 0x612696) is known color: Kingfisher Daisy. HEX triplet: 61, 26 and 96. RGB value is (97,38,150). Sum of RGB (Red+Green+Blue) = 97+38+150=285 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.04% from 285); Green value is 38 (15.23% from 255 or 13.33% from 285); Blue value is 150 (58.98% from 255 or 52.63% from 285); Max value from RGB is 150 - color contains mainly: blue. Hex color #612696 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612696 is #9ED969. Grayscale: #444444. Windows color (decimal): -10410346 or 9840225. OLE color: 9840225.

HSL color Cylindrical-coordinate representation of color #612696: hue angle of 271.61º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #612696 is Cyan = 0.35, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 97 38 150 -
CMYK 0.35 0.75 0 0.41
HSL 271.61º 0.6% 0.37% -
HSV(B) 271.61º 0.75% 0.59% -
XYZ 11.13 6.13 29.45 -
YUV 68.41 174.05 148.39 -
System Red Green Blue C M Y K H S L
Decimal 97 38 150 0.35 0.75 0 0.41 271.61 0.6 0.37
Hex 61 26 96 23 4B 0 29 110 3C 25
Octal 141 46 226 43 113 0 51 420 74 45
Binary 1100001 100110 10010110 100011 1001011 0 101001 100010000 111100 100101

Color Harmonies of #612696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612696

Black with #612696

Text Example


Text Example

White with #612696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612696; }

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

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

background-color css

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

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

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

border-color css

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

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

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