Html Css Color HEX #614387 Daisy Bush

📋 copy color: '#614387'

red 97 ◦ green 67 ◦ blue 135

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

Shades of Daisy Bush #614387

Tints of Daisy Bush #614387

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.41%

 BLUE value IS 135 (53.13% from 255) = 45.15%

R = 32.44%
G = 22.41%
B = 45.15%

CMYK

 C value IS 0.28

 M value IS 0.50

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#614387 (or 0x614387) is known color: Daisy Bush. HEX triplet: 61, 43 and 87. RGB value is (97,67,135). Sum of RGB (Red+Green+Blue) = 97+67+135=299 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.44% from 299); Green value is 67 (26.56% from 255 or 22.41% from 299); Blue value is 135 (53.12% from 255 or 45.15% from 299); Max value from RGB is 135 - color contains mainly: blue. Hex color #614387 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614387 is #9EBC78. Grayscale: #535353. Windows color (decimal): -10402937 or 8864609. OLE color: 8864609.

HSL color Cylindrical-coordinate representation of color #614387: hue angle of 266.47º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #614387 is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 97 67 135 -
CMYK 0.28 0.50 0 0.47
HSL 266.47º 0.34% 0.4% -
HSV(B) 266.47º 0.5% 0.53% -
XYZ 11.31 8.3 23.93 -
YUV 83.72 156.94 137.47 -
System Red Green Blue C M Y K H S L
Decimal 97 67 135 0.28 0.50 0 0.47 266.47 0.34 0.4
Hex 61 43 87 1C 32 0 2F 10A 22 28
Octal 141 103 207 34 62 0 57 412 42 50
Binary 1100001 1000011 10000111 11100 110010 0 101111 100001010 100010 101000

Color Harmonies of #614387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614387

Black with #614387

Text Example


Text Example

White with #614387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614387; }

 p { color: rgb(97,67,135); }

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

background-color css

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

 a { background-color: rgb(97,67,135); }

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

border-color css

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

 span { border-color: rgb(97,67,135); }

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