Html Css Color HEX #634497 Daisy Bush

📋 copy color: '#634497'

red 99 ◦ green 68 ◦ blue 151

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

Shades of Daisy Bush #634497

Tints of Daisy Bush #634497

RGB

 RED value IS 99 (39.06% from 255) = 31.13%

 GREEN value IS 68 (26.95% from 255) = 21.38%

 BLUE value IS 151 (59.38% from 255) = 47.48%

R = 31.13%
G = 21.38%
B = 47.48%

CMYK

 C value IS 0.34

 M value IS 0.55

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#634497 (or 0x634497) is known color: Daisy Bush. HEX triplet: 63, 44 and 97. RGB value is (99,68,151). Sum of RGB (Red+Green+Blue) = 99+68+151=318 (42% of max value = 765). Red value is 99 (39.06% from 255 or 31.13% from 318); Green value is 68 (26.95% from 255 or 21.38% from 318); Blue value is 151 (59.38% from 255 or 47.48% from 318); Max value from RGB is 151 - color contains mainly: blue. Hex color #634497 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #634497 is #9CBB68. Grayscale: #565656. Windows color (decimal): -10271593 or 9913443. OLE color: 9913443.

HSL color Cylindrical-coordinate representation of color #634497: hue angle of 262.41º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #634497 is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 99 68 151 -
CMYK 0.34 0.55 0 0.41
HSL 262.41º 0.38% 0.43% -
HSV(B) 262.41º 0.55% 0.59% -
XYZ 12.8 9.02 30.34 -
YUV 86.73 164.27 136.75 -
System Red Green Blue C M Y K H S L
Decimal 99 68 151 0.34 0.55 0 0.41 262.41 0.38 0.43
Hex 63 44 97 22 37 0 29 106 26 2B
Octal 143 104 227 42 67 0 51 406 46 53
Binary 1100011 1000100 10010111 100010 110111 0 101001 100000110 100110 101011

Color Harmonies of #634497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634497

Black with #634497

Text Example


Text Example

White with #634497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634497; }

 p { color: rgb(99,68,151); }

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

background-color css

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

 a { background-color: rgb(99,68,151); }

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

border-color css

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

 span { border-color: rgb(99,68,151); }

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