Html Css Color HEX #635BDA Slate Blue

📋 copy color: '#635BDA'

red 99 ◦ green 91 ◦ blue 218

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

Shades of Slate Blue #635BDA

Tints of Slate Blue #635BDA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.3%

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

R = 24.26%
G = 22.3%
B = 53.43%

CMYK

 C value IS 0.55

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#635BDA (or 0x635BDA) is known color: Slate Blue. HEX triplet: 63, 5B and DA. RGB value is (99,91,218). Sum of RGB (Red+Green+Blue) = 99+91+218=408 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.26% from 408); Green value is 91 (35.94% from 255 or 22.30% from 408); Blue value is 218 (85.55% from 255 or 53.43% from 408); Max value from RGB is 218 - color contains mainly: blue. Hex color #635BDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #635BDA is #9CA425. Grayscale: #6B6B6B. Windows color (decimal): -10265638 or 14310243. OLE color: 14310243.

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

Color convert

RGB 99 91 218 -
CMYK 0.55 0.58 0 0.15
HSL 243.78º 0.63% 0.61% -
HSV(B) 243.78º 0.58% 0.85% -
XYZ 21.54 15.2 68.13 -
YUV 107.87 190.15 121.67 -
System Red Green Blue C M Y K H S L
Decimal 99 91 218 0.55 0.58 0 0.15 243.78 0.63 0.61
Hex 63 5B DA 37 3A 0 F F4 3F 3D
Octal 143 133 332 67 72 0 17 364 77 75
Binary 1100011 1011011 11011010 110111 111010 0 1111 11110100 111111 111101

Color Harmonies of #635BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635BDA

Black with #635BDA

Text Example


Text Example

White with #635BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635BDA; }

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

 H1.HeaderClassName
 {
   color: #635BDA;
 }
 .AnyTagClassName
 {
   color: #635BDA;
 }
</style>

background-color css

<style>
 a { background-color: #635BDA; }

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

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

border-color css

<style>
 span { border-color: #635BDA; }

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

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