Html Css Color HEX #635BD0 Slate Blue

📋 copy color: '#635BD0'

red 99 ◦ green 91 ◦ blue 208

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

Shades of Slate Blue #635BD0

Tints of Slate Blue #635BD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 52.26%

R = 24.87%
G = 22.86%
B = 52.26%

CMYK

 C value IS 0.52

 M value IS 0.56

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#635BD0 (or 0x635BD0) is known color: Slate Blue. HEX triplet: 63, 5B and D0. RGB value is (99,91,208). Sum of RGB (Red+Green+Blue) = 99+91+208=398 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.87% from 398); Green value is 91 (35.94% from 255 or 22.86% from 398); Blue value is 208 (81.64% from 255 or 52.26% from 398); Max value from RGB is 208 - color contains mainly: blue. Hex color #635BD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #635BD0 is #9CA42F. Grayscale: #6A6A6A. Windows color (decimal): -10265648 or 13654883. OLE color: 13654883.

HSL color Cylindrical-coordinate representation of color #635BD0: hue angle of 244.1º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #635BD0 is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 99 91 208 -
CMYK 0.52 0.56 0 0.18
HSL 244.1º 0.55% 0.59% -
HSV(B) 244.1º 0.56% 0.82% -
XYZ 20.27 14.69 61.44 -
YUV 106.73 185.15 122.49 -
System Red Green Blue C M Y K H S L
Decimal 99 91 208 0.52 0.56 0 0.18 244.1 0.55 0.59
Hex 63 5B D0 34 38 0 12 F4 37 3B
Octal 143 133 320 64 70 0 22 364 67 73
Binary 1100011 1011011 11010000 110100 111000 0 10010 11110100 110111 111011

Color Harmonies of #635BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635BD0

Black with #635BD0

Text Example


Text Example

White with #635BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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