Html Css Color HEX #635490 Butterfly Bush

📋 copy color: '#635490'

red 99 ◦ green 84 ◦ blue 144

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

Shades of Butterfly Bush #635490

Tints of Butterfly Bush #635490

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.69%

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

R = 30.28%
G = 25.69%
B = 44.04%

CMYK

 C value IS 0.31

 M value IS 0.42

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#635490 (or 0x635490) is known color: Butterfly Bush. HEX triplet: 63, 54 and 90. RGB value is (99,84,144). Sum of RGB (Red+Green+Blue) = 99+84+144=327 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.28% from 327); Green value is 84 (33.20% from 255 or 25.69% from 327); Blue value is 144 (56.64% from 255 or 44.04% from 327); Max value from RGB is 144 - color contains mainly: blue. Hex color #635490 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635490 is #9CAB6F. Grayscale: #5F5F5F. Windows color (decimal): -10267504 or 9458787. OLE color: 9458787.

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

Color convert

RGB 99 84 144 -
CMYK 0.31 0.42 0 0.44
HSL 255º 0.26% 0.45% -
HSV(B) 255º 0.42% 0.56% -
XYZ 13.35 11.01 27.81 -
YUV 95.33 155.47 130.62 -
System Red Green Blue C M Y K H S L
Decimal 99 84 144 0.31 0.42 0 0.44 255 0.26 0.45
Hex 63 54 90 1F 2A 0 2C FF 1A 2D
Octal 143 124 220 37 52 0 54 377 32 55
Binary 1100011 1010100 10010000 11111 101010 0 101100 11111111 11010 101101

Color Harmonies of #635490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635490

Black with #635490

Text Example


Text Example

White with #635490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635490; }

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

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

background-color css

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

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

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

border-color css

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

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

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