Html Css Color HEX #61429C Daisy Bush

📋 copy color: '#61429C'

red 97 ◦ green 66 ◦ blue 156

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

Shades of Daisy Bush #61429C

Tints of Daisy Bush #61429C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.69%

 BLUE value IS 156 (61.33% from 255) = 48.9%

R = 30.41%
G = 20.69%
B = 48.9%

CMYK

 C value IS 0.38

 M value IS 0.58

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#61429C (or 0x61429C) is known color: Daisy Bush. HEX triplet: 61, 42 and 9C. RGB value is (97,66,156). Sum of RGB (Red+Green+Blue) = 97+66+156=319 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.41% from 319); Green value is 66 (26.17% from 255 or 20.69% from 319); Blue value is 156 (61.33% from 255 or 48.90% from 319); Max value from RGB is 156 - color contains mainly: blue. Hex color #61429C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61429C is #9EBD63. Grayscale: #555555. Windows color (decimal): -10403172 or 10240609. OLE color: 10240609.

HSL color Cylindrical-coordinate representation of color #61429C: hue angle of 260.67º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61429C is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 97 66 156 -
CMYK 0.38 0.58 0 0.39
HSL 260.67º 0.41% 0.44% -
HSV(B) 260.67º 0.58% 0.61% -
XYZ 12.88 8.84 32.48 -
YUV 85.53 167.77 136.18 -
System Red Green Blue C M Y K H S L
Decimal 97 66 156 0.38 0.58 0 0.39 260.67 0.41 0.44
Hex 61 42 9C 26 3A 0 27 105 29 2C
Octal 141 102 234 46 72 0 47 405 51 54
Binary 1100001 1000010 10011100 100110 111010 0 100111 100000101 101001 101100

Color Harmonies of #61429C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61429C

Black with #61429C

Text Example


Text Example

White with #61429C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61429C; }

 p { color: rgb(97,66,156); }

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

background-color css

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

 a { background-color: rgb(97,66,156); }

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

border-color css

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

 span { border-color: rgb(97,66,156); }

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