Html Css Color HEX #613F94 Daisy Bush

📋 copy color: '#613F94'

red 97 ◦ green 63 ◦ blue 148

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

Shades of Daisy Bush #613F94

Tints of Daisy Bush #613F94

RGB

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

 GREEN value IS 63 (25% from 255) = 20.45%

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

R = 31.49%
G = 20.45%
B = 48.05%

CMYK

 C value IS 0.34

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#613F94 (or 0x613F94) is known color: Daisy Bush. HEX triplet: 61, 3F and 94. RGB value is (97,63,148). Sum of RGB (Red+Green+Blue) = 97+63+148=308 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.49% from 308); Green value is 63 (25% from 255 or 20.45% from 308); Blue value is 148 (58.20% from 255 or 48.05% from 308); Max value from RGB is 148 - color contains mainly: blue. Hex color #613F94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613F94 is #9EC06B. Grayscale: #525252. Windows color (decimal): -10403948 or 9715553. OLE color: 9715553.

HSL color Cylindrical-coordinate representation of color #613F94: hue angle of 264º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #613F94 is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 97 63 148 -
CMYK 0.34 0.57 0 0.42
HSL 264º 0.4% 0.41% -
HSV(B) 264º 0.57% 0.58% -
XYZ 12.05 8.23 28.97 -
YUV 82.86 164.76 138.09 -
System Red Green Blue C M Y K H S L
Decimal 97 63 148 0.34 0.57 0 0.42 264 0.4 0.41
Hex 61 3F 94 22 39 0 2A 108 28 29
Octal 141 77 224 42 71 0 52 410 50 51
Binary 1100001 111111 10010100 100010 111001 0 101010 100001000 101000 101001

Color Harmonies of #613F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613F94

Black with #613F94

Text Example


Text Example

White with #613F94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613F94; }

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

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

background-color css

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

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

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

border-color css

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

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

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