Html Css Color HEX #614585 Daisy Bush

📋 copy color: '#614585'

red 97 ◦ green 69 ◦ blue 133

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

Shades of Daisy Bush #614585

Tints of Daisy Bush #614585

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.08%

 BLUE value IS 133 (52.34% from 255) = 44.48%

R = 32.44%
G = 23.08%
B = 44.48%

CMYK

 C value IS 0.27

 M value IS 0.48

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#614585 (or 0x614585) is known color: Daisy Bush. HEX triplet: 61, 45 and 85. RGB value is (97,69,133). Sum of RGB (Red+Green+Blue) = 97+69+133=299 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.44% from 299); Green value is 69 (27.34% from 255 or 23.08% from 299); Blue value is 133 (52.34% from 255 or 44.48% from 299); Max value from RGB is 133 - color contains mainly: blue. Hex color #614585 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614585 is #9EBA7A. Grayscale: #545454. Windows color (decimal): -10402427 or 8734049. OLE color: 8734049.

HSL color Cylindrical-coordinate representation of color #614585: hue angle of 266.25º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #614585 is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 97 69 133 -
CMYK 0.27 0.48 0 0.48
HSL 266.25º 0.32% 0.4% -
HSV(B) 266.25º 0.48% 0.52% -
XYZ 11.29 8.49 23.23 -
YUV 84.67 155.28 136.8 -
System Red Green Blue C M Y K H S L
Decimal 97 69 133 0.27 0.48 0 0.48 266.25 0.32 0.4
Hex 61 45 85 1B 30 0 30 10A 20 28
Octal 141 105 205 33 60 0 60 412 40 50
Binary 1100001 1000101 10000101 11011 110000 0 110000 100001010 100000 101000

Color Harmonies of #614585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614585

Black with #614585

Text Example


Text Example

White with #614585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614585; }

 p { color: rgb(97,69,133); }

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

background-color css

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

 a { background-color: rgb(97,69,133); }

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

border-color css

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

 span { border-color: rgb(97,69,133); }

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