Html Css Color HEX #634FDF Slate Blue

📋 copy color: '#634FDF'

red 99 ◦ green 79 ◦ blue 223

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

Shades of Slate Blue #634FDF

Tints of Slate Blue #634FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 55.61%

R = 24.69%
G = 19.7%
B = 55.61%

CMYK

 C value IS 0.56

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#634FDF (or 0x634FDF) is known color: Slate Blue. HEX triplet: 63, 4F and DF. RGB value is (99,79,223). Sum of RGB (Red+Green+Blue) = 99+79+223=401 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.69% from 401); Green value is 79 (31.25% from 255 or 19.70% from 401); Blue value is 223 (87.5% from 255 or 55.61% from 401); Max value from RGB is 223 - color contains mainly: blue. Hex color #634FDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #634FDF is #9CB020. Grayscale: #646464. Windows color (decimal): -10268705 or 14634851. OLE color: 14634851.

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

Color convert

RGB 99 79 223 -
CMYK 0.56 0.65 0 0.13
HSL 248.33º 0.69% 0.59% -
HSV(B) 248.33º 0.65% 0.87% -
XYZ 21.26 13.57 71.31 -
YUV 101.4 196.63 126.29 -
System Red Green Blue C M Y K H S L
Decimal 99 79 223 0.56 0.65 0 0.13 248.33 0.69 0.59
Hex 63 4F DF 38 41 0 D F8 45 3B
Octal 143 117 337 70 101 0 15 370 105 73
Binary 1100011 1001111 11011111 111000 1000001 0 1101 11111000 1000101 111011

Color Harmonies of #634FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634FDF

Black with #634FDF

Text Example


Text Example

White with #634FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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