Html Css Color HEX #635FCE Slate Blue

📋 copy color: '#635FCE'

red 99 ◦ green 95 ◦ blue 206

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

Shades of Slate Blue #635FCE

Tints of Slate Blue #635FCE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.75%

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

R = 24.75%
G = 23.75%
B = 51.5%

CMYK

 C value IS 0.52

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#635FCE (or 0x635FCE) is known color: Slate Blue. HEX triplet: 63, 5F and CE. RGB value is (99,95,206). Sum of RGB (Red+Green+Blue) = 99+95+206=400 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.75% from 400); Green value is 95 (37.5% from 255 or 23.75% from 400); Blue value is 206 (80.86% from 255 or 51.5% from 400); Max value from RGB is 206 - color contains mainly: blue. Hex color #635FCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #635FCE is #9CA031. Grayscale: #6C6C6C. Windows color (decimal): -10264626 or 13524835. OLE color: 13524835.

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

Color convert

RGB 99 95 206 -
CMYK 0.52 0.54 0 0.19
HSL 242.16º 0.53% 0.59% -
HSV(B) 242.16º 0.54% 0.81% -
XYZ 20.38 15.29 60.27 -
YUV 108.85 182.83 120.97 -
System Red Green Blue C M Y K H S L
Decimal 99 95 206 0.52 0.54 0 0.19 242.16 0.53 0.59
Hex 63 5F CE 34 36 0 13 F2 35 3B
Octal 143 137 316 64 66 0 23 362 65 73
Binary 1100011 1011111 11001110 110100 110110 0 10011 11110010 110101 111011

Color Harmonies of #635FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635FCE

Black with #635FCE

Text Example


Text Example

White with #635FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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