Html Css Color HEX #634CDD Slate Blue

📋 copy color: '#634CDD'

red 99 ◦ green 76 ◦ blue 221

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

Shades of Slate Blue #634CDD

Tints of Slate Blue #634CDD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.19%

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

R = 25%
G = 19.19%
B = 55.81%

CMYK

 C value IS 0.55

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#634CDD (or 0x634CDD) is known color: Slate Blue. HEX triplet: 63, 4C and DD. RGB value is (99,76,221). Sum of RGB (Red+Green+Blue) = 99+76+221=396 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25% from 396); Green value is 76 (30.08% from 255 or 19.19% from 396); Blue value is 221 (86.72% from 255 or 55.81% from 396); Max value from RGB is 221 - color contains mainly: blue. Hex color #634CDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #634CDD is #9CB322. Grayscale: #626262. Windows color (decimal): -10269475 or 14503011. OLE color: 14503011.

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

Color convert

RGB 99 76 221 -
CMYK 0.55 0.66 0 0.13
HSL 249.52º 0.68% 0.58% -
HSV(B) 249.52º 0.66% 0.87% -
XYZ 20.78 13.04 69.83 -
YUV 99.41 196.62 127.71 -
System Red Green Blue C M Y K H S L
Decimal 99 76 221 0.55 0.66 0 0.13 249.52 0.68 0.58
Hex 63 4C DD 37 42 0 D FA 44 3A
Octal 143 114 335 67 102 0 15 372 104 72
Binary 1100011 1001100 11011101 110111 1000010 0 1101 11111010 1000100 111010

Color Harmonies of #634CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634CDD

Black with #634CDD

Text Example


Text Example

White with #634CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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