Html Css Color HEX #634CDA Slate Blue

📋 copy color: '#634CDA'

red 99 ◦ green 76 ◦ blue 218

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

Shades of Slate Blue #634CDA

Tints of Slate Blue #634CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 55.47%

R = 25.19%
G = 19.34%
B = 55.47%

CMYK

 C value IS 0.55

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#634CDA (or 0x634CDA) is known color: Slate Blue. HEX triplet: 63, 4C and DA. RGB value is (99,76,218). Sum of RGB (Red+Green+Blue) = 99+76+218=393 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25.19% from 393); Green value is 76 (30.08% from 255 or 19.34% from 393); Blue value is 218 (85.55% from 255 or 55.47% from 393); Max value from RGB is 218 - color contains mainly: blue. Hex color #634CDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #634CDA is #9CB325. Grayscale: #626262. Windows color (decimal): -10269478 or 14306403. OLE color: 14306403.

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

Color convert

RGB 99 76 218 -
CMYK 0.55 0.65 0 0.15
HSL 249.72º 0.66% 0.58% -
HSV(B) 249.72º 0.65% 0.85% -
XYZ 20.38 12.88 67.74 -
YUV 99.07 195.12 127.95 -
System Red Green Blue C M Y K H S L
Decimal 99 76 218 0.55 0.65 0 0.15 249.72 0.66 0.58
Hex 63 4C DA 37 41 0 F FA 42 3A
Octal 143 114 332 67 101 0 17 372 102 72
Binary 1100011 1001100 11011010 110111 1000001 0 1111 11111010 1000010 111010

Color Harmonies of #634CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634CDA

Black with #634CDA

Text Example


Text Example

White with #634CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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