Html Css Color HEX #634DCB Slate Blue

📋 copy color: '#634DCB'

red 99 ◦ green 77 ◦ blue 203

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

Shades of Slate Blue #634DCB

Tints of Slate Blue #634DCB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.32%

 BLUE value IS 203 (79.69% from 255) = 53.56%

R = 26.12%
G = 20.32%
B = 53.56%

CMYK

 C value IS 0.51

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#634DCB (or 0x634DCB) is known color: Slate Blue. HEX triplet: 63, 4D and CB. RGB value is (99,77,203). Sum of RGB (Red+Green+Blue) = 99+77+203=379 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.12% from 379); Green value is 77 (30.47% from 255 or 20.32% from 379); Blue value is 203 (79.69% from 255 or 53.56% from 379); Max value from RGB is 203 - color contains mainly: blue. Hex color #634DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #634DCB is #9CB234. Grayscale: #616161. Windows color (decimal): -10269237 or 13323619. OLE color: 13323619.

HSL color Cylindrical-coordinate representation of color #634DCB: hue angle of 250.48º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #634DCB is Cyan = 0.51, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 99 77 203 -
CMYK 0.51 0.62 0 0.20
HSL 250.48º 0.55% 0.55% -
HSV(B) 250.48º 0.62% 0.8% -
XYZ 18.58 12.27 57.89 -
YUV 97.94 187.29 128.75 -
System Red Green Blue C M Y K H S L
Decimal 99 77 203 0.51 0.62 0 0.20 250.48 0.55 0.55
Hex 63 4D CB 33 3E 0 14 FA 37 37
Octal 143 115 313 63 76 0 24 372 67 67
Binary 1100011 1001101 11001011 110011 111110 0 10100 11111010 110111 110111

Color Harmonies of #634DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634DCB

Black with #634DCB

Text Example


Text Example

White with #634DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,77,203); }

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

background-color css

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

 a { background-color: rgb(99,77,203); }

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

border-color css

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

 span { border-color: rgb(99,77,203); }

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