Html Css Color HEX #634EDF Slate Blue

📋 copy color: '#634EDF'

red 99 ◦ green 78 ◦ blue 223

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

Shades of Slate Blue #634EDF

Tints of Slate Blue #634EDF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.5%

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

R = 24.75%
G = 19.5%
B = 55.75%

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

#634EDF (or 0x634EDF) is known color: Slate Blue. HEX triplet: 63, 4E and DF. RGB value is (99,78,223). Sum of RGB (Red+Green+Blue) = 99+78+223=400 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.75% from 400); Green value is 78 (30.86% from 255 or 19.5% from 400); Blue value is 223 (87.5% from 255 or 55.75% from 400); Max value from RGB is 223 - color contains mainly: blue. Hex color #634EDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #634EDF is #9CB120. Grayscale: #646464. Windows color (decimal): -10268961 or 14634595. OLE color: 14634595.

HSL color Cylindrical-coordinate representation of color #634EDF: hue angle of 248.69º 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 #634EDF is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 99 78 223 -
CMYK 0.56 0.65 0 0.13
HSL 248.69º 0.69% 0.59% -
HSV(B) 248.69º 0.65% 0.87% -
XYZ 21.19 13.43 71.29 -
YUV 100.81 196.96 126.71 -
System Red Green Blue C M Y K H S L
Decimal 99 78 223 0.56 0.65 0 0.13 248.69 0.69 0.59
Hex 63 4E DF 38 41 0 D F9 45 3B
Octal 143 116 337 70 101 0 15 371 105 73
Binary 1100011 1001110 11011111 111000 1000001 0 1101 11111001 1000101 111011

Color Harmonies of #634EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634EDF

Black with #634EDF

Text Example


Text Example

White with #634EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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