Html Css Color HEX #634CDC Slate Blue

📋 copy color: '#634CDC'

red 99 ◦ green 76 ◦ blue 220

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

Shades of Slate Blue #634CDC

Tints of Slate Blue #634CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 55.7%

R = 25.06%
G = 19.24%
B = 55.7%

CMYK

 C value IS 0.55

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#634CDC (or 0x634CDC) is known color: Slate Blue. HEX triplet: 63, 4C and DC. RGB value is (99,76,220). Sum of RGB (Red+Green+Blue) = 99+76+220=395 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25.06% from 395); Green value is 76 (30.08% from 255 or 19.24% from 395); Blue value is 220 (86.33% from 255 or 55.70% from 395); Max value from RGB is 220 - color contains mainly: blue. Hex color #634CDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #634CDC is #9CB323. Grayscale: #626262. Windows color (decimal): -10269476 or 14437475. OLE color: 14437475.

HSL color Cylindrical-coordinate representation of color #634CDC: hue angle of 249.58º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #634CDC is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 99 76 220 -
CMYK 0.55 0.65 0 0.14
HSL 249.58º 0.67% 0.58% -
HSV(B) 249.58º 0.65% 0.86% -
XYZ 20.65 12.99 69.13 -
YUV 99.29 196.12 127.79 -
System Red Green Blue C M Y K H S L
Decimal 99 76 220 0.55 0.65 0 0.14 249.58 0.67 0.58
Hex 63 4C DC 37 41 0 E FA 43 3A
Octal 143 114 334 67 101 0 16 372 103 72
Binary 1100011 1001100 11011100 110111 1000001 0 1110 11111010 1000011 111010

Color Harmonies of #634CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634CDC

Black with #634CDC

Text Example


Text Example

White with #634CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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