Html Css Color HEX #634ACE Slate Blue

📋 copy color: '#634ACE'

red 99 ◦ green 74 ◦ blue 206

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

Shades of Slate Blue #634ACE

Tints of Slate Blue #634ACE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.53%

 BLUE value IS 206 (80.86% from 255) = 54.35%

R = 26.12%
G = 19.53%
B = 54.35%

CMYK

 C value IS 0.52

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#634ACE (or 0x634ACE) is known color: Slate Blue. HEX triplet: 63, 4A and CE. RGB value is (99,74,206). Sum of RGB (Red+Green+Blue) = 99+74+206=379 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.12% from 379); Green value is 74 (29.30% from 255 or 19.53% from 379); Blue value is 206 (80.86% from 255 or 54.35% from 379); Max value from RGB is 206 - color contains mainly: blue. Hex color #634ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #634ACE is #9CB531. Grayscale: #606060. Windows color (decimal): -10270002 or 13519459. OLE color: 13519459.

HSL color Cylindrical-coordinate representation of color #634ACE: hue angle of 251.36º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #634ACE is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 99 74 206 -
CMYK 0.52 0.64 0 0.19
HSL 251.36º 0.57% 0.55% -
HSV(B) 251.36º 0.64% 0.81% -
XYZ 18.73 12.01 59.72 -
YUV 96.52 189.78 129.77 -
System Red Green Blue C M Y K H S L
Decimal 99 74 206 0.52 0.64 0 0.19 251.36 0.57 0.55
Hex 63 4A CE 34 40 0 13 FB 39 37
Octal 143 112 316 64 100 0 23 373 71 67
Binary 1100011 1001010 11001110 110100 1000000 0 10011 11111011 111001 110111

Color Harmonies of #634ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634ACE

Black with #634ACE

Text Example


Text Example

White with #634ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,74,206); }

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

background-color css

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

 a { background-color: rgb(99,74,206); }

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

border-color css

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

 span { border-color: rgb(99,74,206); }

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