Html Css Color HEX #635ECF Slate Blue

📋 copy color: '#635ECF'

red 99 ◦ green 94 ◦ blue 207

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

Shades of Slate Blue #635ECF

Tints of Slate Blue #635ECF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.5%

 BLUE value IS 207 (81.25% from 255) = 51.75%

R = 24.75%
G = 23.5%
B = 51.75%

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

#635ECF (or 0x635ECF) is known color: Slate Blue. HEX triplet: 63, 5E and CF. RGB value is (99,94,207). Sum of RGB (Red+Green+Blue) = 99+94+207=400 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.75% from 400); Green value is 94 (37.11% from 255 or 23.5% from 400); Blue value is 207 (81.25% from 255 or 51.75% from 400); Max value from RGB is 207 - color contains mainly: blue. Hex color #635ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #635ECF is #9CA130. Grayscale: #6B6B6B. Windows color (decimal): -10264881 or 13590115. OLE color: 13590115.

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

Color convert

RGB 99 94 207 -
CMYK 0.52 0.55 0 0.19
HSL 242.65º 0.54% 0.59% -
HSV(B) 242.65º 0.55% 0.81% -
XYZ 20.41 15.16 60.88 -
YUV 108.38 183.66 121.31 -
System Red Green Blue C M Y K H S L
Decimal 99 94 207 0.52 0.55 0 0.19 242.65 0.54 0.59
Hex 63 5E CF 34 37 0 13 F3 36 3B
Octal 143 136 317 64 67 0 23 363 66 73
Binary 1100011 1011110 11001111 110100 110111 0 10011 11110011 110110 111011

Color Harmonies of #635ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635ECF

Black with #635ECF

Text Example


Text Example

White with #635ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,94,207); }

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

background-color css

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

 a { background-color: rgb(99,94,207); }

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

border-color css

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

 span { border-color: rgb(99,94,207); }

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