Html Css Color HEX #61468C Daisy Bush

📋 copy color: '#61468C'

red 97 ◦ green 70 ◦ blue 140

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

Shades of Daisy Bush #61468C

Tints of Daisy Bush #61468C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.8%

 BLUE value IS 140 (55.08% from 255) = 45.6%

R = 31.6%
G = 22.8%
B = 45.6%

CMYK

 C value IS 0.31

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#61468C (or 0x61468C) is known color: Daisy Bush. HEX triplet: 61, 46 and 8C. RGB value is (97,70,140). Sum of RGB (Red+Green+Blue) = 97+70+140=307 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.60% from 307); Green value is 70 (27.73% from 255 or 22.80% from 307); Blue value is 140 (55.08% from 255 or 45.60% from 307); Max value from RGB is 140 - color contains mainly: blue. Hex color #61468C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61468C is #9EB973. Grayscale: #555555. Windows color (decimal): -10402164 or 9193057. OLE color: 9193057.

HSL color Cylindrical-coordinate representation of color #61468C: hue angle of 263.14º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #61468C is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 97 70 140 -
CMYK 0.31 0.50 0 0.45
HSL 263.14º 0.33% 0.41% -
HSV(B) 263.14º 0.5% 0.55% -
XYZ 11.85 8.82 25.89 -
YUV 86.05 158.45 135.81 -
System Red Green Blue C M Y K H S L
Decimal 97 70 140 0.31 0.50 0 0.45 263.14 0.33 0.41
Hex 61 46 8C 1F 32 0 2D 107 21 29
Octal 141 106 214 37 62 0 55 407 41 51
Binary 1100001 1000110 10001100 11111 110010 0 101101 100000111 100001 101001

Color Harmonies of #61468C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61468C

Black with #61468C

Text Example


Text Example

White with #61468C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,70,140); }

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

background-color css

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

 a { background-color: rgb(97,70,140); }

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

border-color css

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

 span { border-color: rgb(97,70,140); }

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