Html Css Color HEX #614A88 Daisy Bush

📋 copy color: '#614A88'

red 97 ◦ green 74 ◦ blue 136

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

Shades of Daisy Bush #614A88

Tints of Daisy Bush #614A88

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.1%

 BLUE value IS 136 (53.52% from 255) = 44.3%

R = 31.6%
G = 24.1%
B = 44.3%

CMYK

 C value IS 0.29

 M value IS 0.46

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#614A88 (or 0x614A88) is known color: Daisy Bush. HEX triplet: 61, 4A and 88. RGB value is (97,74,136). Sum of RGB (Red+Green+Blue) = 97+74+136=307 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.60% from 307); Green value is 74 (29.30% from 255 or 24.10% from 307); Blue value is 136 (53.52% from 255 or 44.30% from 307); Max value from RGB is 136 - color contains mainly: blue. Hex color #614A88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614A88 is #9EB577. Grayscale: #575757. Windows color (decimal): -10401144 or 8931937. OLE color: 8931937.

HSL color Cylindrical-coordinate representation of color #614A88: hue angle of 262.26º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #614A88 is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 97 74 136 -
CMYK 0.29 0.46 0 0.47
HSL 262.26º 0.3% 0.41% -
HSV(B) 262.26º 0.46% 0.53% -
XYZ 11.82 9.22 24.45 -
YUV 87.95 155.12 134.46 -
System Red Green Blue C M Y K H S L
Decimal 97 74 136 0.29 0.46 0 0.47 262.26 0.3 0.41
Hex 61 4A 88 1D 2E 0 2F 106 1E 29
Octal 141 112 210 35 56 0 57 406 36 51
Binary 1100001 1001010 10001000 11101 101110 0 101111 100000110 11110 101001

Color Harmonies of #614A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614A88

Black with #614A88

Text Example


Text Example

White with #614A88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614A88; }

 p { color: rgb(97,74,136); }

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

background-color css

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

 a { background-color: rgb(97,74,136); }

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

border-color css

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

 span { border-color: rgb(97,74,136); }

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