Html Css Color HEX #634090 Daisy Bush

📋 copy color: '#634090'

red 99 ◦ green 64 ◦ blue 144

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

Shades of Daisy Bush #634090

Tints of Daisy Bush #634090

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.85%

 BLUE value IS 144 (56.64% from 255) = 46.91%

R = 32.25%
G = 20.85%
B = 46.91%

CMYK

 C value IS 0.31

 M value IS 0.56

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#634090 (or 0x634090) is known color: Daisy Bush. HEX triplet: 63, 40 and 90. RGB value is (99,64,144). Sum of RGB (Red+Green+Blue) = 99+64+144=307 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.25% from 307); Green value is 64 (25.39% from 255 or 20.85% from 307); Blue value is 144 (56.64% from 255 or 46.91% from 307); Max value from RGB is 144 - color contains mainly: blue. Hex color #634090 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #634090 is #9CBF6F. Grayscale: #535353. Windows color (decimal): -10272624 or 9453667. OLE color: 9453667.

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

Color convert

RGB 99 64 144 -
CMYK 0.31 0.56 0 0.44
HSL 266.25º 0.38% 0.41% -
HSV(B) 266.25º 0.56% 0.56% -
XYZ 12.01 8.33 27.36 -
YUV 83.59 162.1 139 -
System Red Green Blue C M Y K H S L
Decimal 99 64 144 0.31 0.56 0 0.44 266.25 0.38 0.41
Hex 63 40 90 1F 38 0 2C 10A 26 29
Octal 143 100 220 37 70 0 54 412 46 51
Binary 1100011 1000000 10010000 11111 111000 0 101100 100001010 100110 101001

Color Harmonies of #634090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634090

Black with #634090

Text Example


Text Example

White with #634090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634090; }

 p { color: rgb(99,64,144); }

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

background-color css

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

 a { background-color: rgb(99,64,144); }

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

border-color css

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

 span { border-color: rgb(99,64,144); }

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