Html Css Color HEX #634FDD Slate Blue

📋 copy color: '#634FDD'

red 99 ◦ green 79 ◦ blue 221

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

Shades of Slate Blue #634FDD

Tints of Slate Blue #634FDD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.8%

 BLUE value IS 221 (86.72% from 255) = 55.39%

R = 24.81%
G = 19.8%
B = 55.39%

CMYK

 C value IS 0.55

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#634FDD (or 0x634FDD) is known color: Slate Blue. HEX triplet: 63, 4F and DD. RGB value is (99,79,221). Sum of RGB (Red+Green+Blue) = 99+79+221=399 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.81% from 399); Green value is 79 (31.25% from 255 or 19.80% from 399); Blue value is 221 (86.72% from 255 or 55.39% from 399); Max value from RGB is 221 - color contains mainly: blue. Hex color #634FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #634FDD is #9CB022. Grayscale: #646464. Windows color (decimal): -10268707 or 14503779. OLE color: 14503779.

HSL color Cylindrical-coordinate representation of color #634FDD: hue angle of 248.45º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #634FDD is Cyan = 0.55, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 99 79 221 -
CMYK 0.55 0.64 0 0.13
HSL 248.45º 0.68% 0.59% -
HSV(B) 248.45º 0.64% 0.87% -
XYZ 20.99 13.47 69.9 -
YUV 101.17 195.63 126.45 -
System Red Green Blue C M Y K H S L
Decimal 99 79 221 0.55 0.64 0 0.13 248.45 0.68 0.59
Hex 63 4F DD 37 40 0 D F8 44 3B
Octal 143 117 335 67 100 0 15 370 104 73
Binary 1100011 1001111 11011101 110111 1000000 0 1101 11111000 1000100 111011

Color Harmonies of #634FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634FDD

Black with #634FDD

Text Example


Text Example

White with #634FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634FDD; }

 p { color: rgb(99,79,221); }

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

background-color css

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

 a { background-color: rgb(99,79,221); }

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

border-color css

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

 span { border-color: rgb(99,79,221); }

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