Html Css Color HEX #635CCE Slate Blue

📋 copy color: '#635CCE'

red 99 ◦ green 92 ◦ blue 206

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

Shades of Slate Blue #635CCE

Tints of Slate Blue #635CCE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.17%

 BLUE value IS 206 (80.86% from 255) = 51.89%

R = 24.94%
G = 23.17%
B = 51.89%

CMYK

 C value IS 0.52

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#635CCE (or 0x635CCE) is known color: Slate Blue. HEX triplet: 63, 5C and CE. RGB value is (99,92,206). Sum of RGB (Red+Green+Blue) = 99+92+206=397 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.94% from 397); Green value is 92 (36.33% from 255 or 23.17% from 397); Blue value is 206 (80.86% from 255 or 51.89% from 397); Max value from RGB is 206 - color contains mainly: blue. Hex color #635CCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #635CCE is #9CA331. Grayscale: #6A6A6A. Windows color (decimal): -10265394 or 13524067. OLE color: 13524067.

HSL color Cylindrical-coordinate representation of color #635CCE: hue angle of 243.68º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #635CCE is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 99 92 206 -
CMYK 0.52 0.55 0 0.19
HSL 243.68º 0.54% 0.58% -
HSV(B) 243.68º 0.55% 0.81% -
XYZ 20.11 14.76 60.18 -
YUV 107.09 183.82 122.23 -
System Red Green Blue C M Y K H S L
Decimal 99 92 206 0.52 0.55 0 0.19 243.68 0.54 0.58
Hex 63 5C CE 34 37 0 13 F4 36 3A
Octal 143 134 316 64 67 0 23 364 66 72
Binary 1100011 1011100 11001110 110100 110111 0 10011 11110100 110110 111010

Color Harmonies of #635CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635CCE

Black with #635CCE

Text Example


Text Example

White with #635CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,92,206); }

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

background-color css

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

 a { background-color: rgb(99,92,206); }

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

border-color css

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

 span { border-color: rgb(99,92,206); }

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