Html Css Color HEX #635DCC Slate Blue

📋 copy color: '#635DCC'

red 99 ◦ green 93 ◦ blue 204

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

Shades of Slate Blue #635DCC

Tints of Slate Blue #635DCC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.48%

 BLUE value IS 204 (80.08% from 255) = 51.52%

R = 25%
G = 23.48%
B = 51.52%

CMYK

 C value IS 0.51

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#635DCC (or 0x635DCC) is known color: Slate Blue. HEX triplet: 63, 5D and CC. RGB value is (99,93,204). Sum of RGB (Red+Green+Blue) = 99+93+204=396 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25% from 396); Green value is 93 (36.72% from 255 or 23.48% from 396); Blue value is 204 (80.08% from 255 or 51.52% from 396); Max value from RGB is 204 - color contains mainly: blue. Hex color #635DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #635DCC is #9CA233. Grayscale: #6B6B6B. Windows color (decimal): -10265140 or 13393251. OLE color: 13393251.

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

Color convert

RGB 99 93 204 -
CMYK 0.51 0.54 0 0.2
HSL 243.24º 0.52% 0.58% -
HSV(B) 243.24º 0.54% 0.8% -
XYZ 19.96 14.84 58.94 -
YUV 107.45 182.49 121.97 -
System Red Green Blue C M Y K H S L
Decimal 99 93 204 0.51 0.54 0 0.2 243.24 0.52 0.58
Hex 63 5D CC 33 36 0 14 F3 34 3A
Octal 143 135 314 63 66 0 24 363 64 72
Binary 1100011 1011101 11001100 110011 110110 0 10100 11110011 110100 111010

Color Harmonies of #635DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635DCC

Black with #635DCC

Text Example


Text Example

White with #635DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,93,204); }

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

background-color css

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

 a { background-color: rgb(99,93,204); }

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

border-color css

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

 span { border-color: rgb(99,93,204); }

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